Metodo DedProgManagerReserveProg
|
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.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
- Tipo: DedNetDedNetApplication
- guid
- Tipo: SystemString
- dbpath
- Tipo: SystemString
- username
- Tipo: SystemString
- startProg
- Tipo: SystemString
- endProg
- Tipo: SystemString
Valore di ritorno
Tipo:
BooleanVedi anche