C# Class iControl.ManagementDBVariable

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Begincreate ( ManagementDBVariableVariableNameValue variables, System callback, object asyncState ) : System.IAsyncResult
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 ( ManagementDBVariableVariableNameValue variables, System callback, object asyncState ) : System.IAsyncResult
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

Private Methods

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

Method Details

Begincreate() public method

public Begincreate ( ManagementDBVariableVariableNameValue variables, System callback, object asyncState ) : System.IAsyncResult
variables ManagementDBVariableVariableNameValue
callback System
asyncState object
return System.IAsyncResult

Begindelete_variable() public method

public Begindelete_variable ( string variables, System callback, object asyncState ) : System.IAsyncResult
variables string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginis_variable_available() public method

public Beginis_variable_available ( string variables, System callback, object asyncState ) : System.IAsyncResult
variables string
callback System
asyncState object
return System.IAsyncResult

Beginmodify() public method

public Beginmodify ( ManagementDBVariableVariableNameValue variables, System callback, object asyncState ) : System.IAsyncResult
variables ManagementDBVariableVariableNameValue
callback System
asyncState object
return System.IAsyncResult

Beginquery() public method

public Beginquery ( string variables, System callback, object asyncState ) : System.IAsyncResult
variables string
callback System
asyncState object
return System.IAsyncResult

Beginreset() public method

public Beginreset ( string variables, System callback, object asyncState ) : System.IAsyncResult
variables string
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_variable() public method

public Enddelete_variable ( System asyncResult ) : void
asyncResult System
return void

Endget_list() public method

public Endget_list ( System asyncResult ) : ManagementDBVariableVariableNameValue[]
asyncResult System
return ManagementDBVariableVariableNameValue[]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endis_variable_available() public method

public Endis_variable_available ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endmodify() public method

public Endmodify ( System asyncResult ) : void
asyncResult System
return void

Endquery() public method

public Endquery ( System asyncResult ) : ManagementDBVariableVariableNameValue[]
asyncResult System
return ManagementDBVariableVariableNameValue[]

Endreset() public method

public Endreset ( System asyncResult ) : void
asyncResult System
return void

ManagementDBVariable() public method

public ManagementDBVariable ( ) : System
return System