Metodo DedProgManagerReserveProg
|
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public 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
BooleanVedi anche