Metodo DedProgManagerReserveProg
             | 
          
        
        
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic static bool ReserveProg(
	DedNetApplication app,
	string guid,
	string dbpath,
	string username,
	string startProg,
	string endProg
)
Public Shared Function ReserveProg ( 
	app As DedNetApplication,
	guid As String,
	dbpath As String,
	username As String,
	startProg As String,
	endProg As String
) As Boolean
public:
static bool ReserveProg(
	DedNetApplication^ app, 
	String^ guid, 
	String^ dbpath, 
	String^ username, 
	String^ startProg, 
	String^ endProg
)
static member ReserveProg : 
        app : DedNetApplication * 
        guid : string * 
        dbpath : string * 
        username : string * 
        startProg : string * 
        endProg : string -> bool Parametri
- app  DedNetApplication
 - guid  String
 - dbpath  String
 - username  String
 - startProg  String
 - endProg  String
 
Valore di ritorno
Boolean
Vedi anche