Method | Description | |
---|---|---|
Begincreate ( |
||
Begindelete_variable ( string variables, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginis_variable_available ( string variables, System callback, object asyncState ) : System.IAsyncResult | ||
Beginmodify ( |
||
Beginquery ( string variables, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset ( string variables, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_variable ( System asyncResult ) : void | ||
Endget_list ( System asyncResult ) : ManagementDBVariableVariableNameValue[] | ||
Endget_version ( System asyncResult ) : string | ||
Endis_variable_available ( System asyncResult ) : bool[] | ||
Endmodify ( System asyncResult ) : void | ||
Endquery ( System asyncResult ) : ManagementDBVariableVariableNameValue[] | ||
Endreset ( System asyncResult ) : void | ||
ManagementDBVariable ( ) : System |
Method | Description | |
---|---|---|
create ( ManagementDBVariableVariableNameValue variables ) : void | ||
delete_variable ( string variables ) : void | ||
get_list ( ) : ManagementDBVariableVariableNameValue[] | ||
get_version ( ) : string | ||
is_variable_available ( string variables ) : bool[] | ||
modify ( ManagementDBVariableVariableNameValue variables ) : void | ||
query ( string variables ) : ManagementDBVariableVariableNameValue[] | ||
reset ( string variables ) : void |
public Begincreate ( |
||
variables | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_variable ( string variables, System callback, object asyncState ) : System.IAsyncResult | ||
variables | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginis_variable_available ( string variables, System callback, object asyncState ) : System.IAsyncResult | ||
variables | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginmodify ( |
||
variables | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginquery ( string variables, System callback, object asyncState ) : System.IAsyncResult | ||
variables | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginreset ( string variables, System callback, object asyncState ) : System.IAsyncResult | ||
variables | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_variable ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_list ( System asyncResult ) : ManagementDBVariableVariableNameValue[] | ||
asyncResult | System | |
return | ManagementDBVariableVariableNameValue[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endis_variable_available ( System asyncResult ) : bool[] | ||
asyncResult | System | |
return | bool[] |
public Endmodify ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endquery ( System asyncResult ) : ManagementDBVariableVariableNameValue[] | ||
asyncResult | System | |
return | ManagementDBVariableVariableNameValue[] |
public Endreset ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |