C# Class iControl.ManagementChangeControl

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

Public Methods

Method Description
Begindelete_instance ( string instance_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_class_info ( string filter, System callback, object asyncState ) : System.IAsyncResult
Beginget_deprecated_class_info ( string filter, System callback, object asyncState ) : System.IAsyncResult
Beginget_instance ( string instance_names, ManagementChangeControlInstanceFormatType instance_format, System callback, object asyncState ) : System.IAsyncResult
Beginget_instance_dependency ( string instance_names, long depth, System callback, object asyncState ) : System.IAsyncResult
Beginget_instance_info ( ManagementChangeControlClassTransactionInfo classes, System callback, object asyncState ) : System.IAsyncResult
Beginget_instance_variable ( string instance_names, ManagementChangeControlInstanceVariableType instance_variable, System callback, object asyncState ) : System.IAsyncResult
Beginget_last_load_time ( System callback, object asyncState ) : System.IAsyncResult
Beginget_module_info ( string filter, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginput_config ( ManagementChangeControlInstanceFormatType instance_format, string data, System callback, object asyncState ) : System.IAsyncResult
Beginput_instance ( ManagementChangeControlInstance instances, System callback, object asyncState ) : System.IAsyncResult
Beginverify_config ( ManagementChangeControlInstanceFormatType instance_format, string data, System callback, object asyncState ) : System.IAsyncResult
Beginverify_instance ( ManagementChangeControlInstance instances, System callback, object asyncState ) : System.IAsyncResult
Enddelete_instance ( System asyncResult ) : void
Endget_class_info ( System asyncResult ) : iControl.ManagementChangeControlClassInfo[]
Endget_deprecated_class_info ( System asyncResult ) : iControl.ManagementChangeControlDeprecatedClassInfo[]
Endget_instance ( System asyncResult ) : iControl.ManagementChangeControlInstance[]
Endget_instance_dependency ( System asyncResult ) : string[][]
Endget_instance_info ( System asyncResult ) : iControl.ManagementChangeControlInstanceInfo[][]
Endget_instance_variable ( System asyncResult ) : iControl.ManagementChangeControlInstanceVariable[][]
Endget_last_load_time ( System asyncResult ) : CommonTimeStamp
Endget_module_info ( System asyncResult ) : iControl.ManagementChangeControlModuleInfo[]
Endget_version ( System asyncResult ) : string
Endput_config ( System asyncResult ) : void
Endput_instance ( System asyncResult ) : void
Endverify_config ( System asyncResult ) : void
Endverify_instance ( System asyncResult ) : void
ManagementChangeControl ( ) : System

Private Methods

Method Description
delete_instance ( string instance_names ) : void
get_class_info ( string filter ) : iControl.ManagementChangeControlClassInfo[]
get_deprecated_class_info ( string filter ) : iControl.ManagementChangeControlDeprecatedClassInfo[]
get_instance ( string instance_names, ManagementChangeControlInstanceFormatType instance_format ) : iControl.ManagementChangeControlInstance[]
get_instance_dependency ( string instance_names, long depth ) : string[][]
get_instance_info ( ManagementChangeControlClassTransactionInfo classes ) : iControl.ManagementChangeControlInstanceInfo[][]
get_instance_variable ( string instance_names, ManagementChangeControlInstanceVariableType instance_variable ) : iControl.ManagementChangeControlInstanceVariable[][]
get_last_load_time ( ) : CommonTimeStamp
get_module_info ( string filter ) : iControl.ManagementChangeControlModuleInfo[]
get_version ( ) : string
put_config ( ManagementChangeControlInstanceFormatType instance_format, string data ) : void
put_instance ( ManagementChangeControlInstance instances ) : void
verify_config ( ManagementChangeControlInstanceFormatType instance_format, string data ) : void
verify_instance ( ManagementChangeControlInstance instances ) : void

Method Details

Begindelete_instance() public method

public Begindelete_instance ( string instance_names, System callback, object asyncState ) : System.IAsyncResult
instance_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_class_info() public method

public Beginget_class_info ( string filter, System callback, object asyncState ) : System.IAsyncResult
filter string
callback System
asyncState object
return System.IAsyncResult

Beginget_deprecated_class_info() public method

public Beginget_deprecated_class_info ( string filter, System callback, object asyncState ) : System.IAsyncResult
filter string
callback System
asyncState object
return System.IAsyncResult

Beginget_instance() public method

public Beginget_instance ( string instance_names, ManagementChangeControlInstanceFormatType instance_format, System callback, object asyncState ) : System.IAsyncResult
instance_names string
instance_format ManagementChangeControlInstanceFormatType
callback System
asyncState object
return System.IAsyncResult

Beginget_instance_dependency() public method

public Beginget_instance_dependency ( string instance_names, long depth, System callback, object asyncState ) : System.IAsyncResult
instance_names string
depth long
callback System
asyncState object
return System.IAsyncResult

Beginget_instance_info() public method

public Beginget_instance_info ( ManagementChangeControlClassTransactionInfo classes, System callback, object asyncState ) : System.IAsyncResult
classes ManagementChangeControlClassTransactionInfo
callback System
asyncState object
return System.IAsyncResult

Beginget_instance_variable() public method

public Beginget_instance_variable ( string instance_names, ManagementChangeControlInstanceVariableType instance_variable, System callback, object asyncState ) : System.IAsyncResult
instance_names string
instance_variable ManagementChangeControlInstanceVariableType
callback System
asyncState object
return System.IAsyncResult

Beginget_last_load_time() public method

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

Beginget_module_info() public method

public Beginget_module_info ( string filter, System callback, object asyncState ) : System.IAsyncResult
filter string
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

Beginput_config() public method

public Beginput_config ( ManagementChangeControlInstanceFormatType instance_format, string data, System callback, object asyncState ) : System.IAsyncResult
instance_format ManagementChangeControlInstanceFormatType
data string
callback System
asyncState object
return System.IAsyncResult

Beginput_instance() public method

public Beginput_instance ( ManagementChangeControlInstance instances, System callback, object asyncState ) : System.IAsyncResult
instances ManagementChangeControlInstance
callback System
asyncState object
return System.IAsyncResult

Beginverify_config() public method

public Beginverify_config ( ManagementChangeControlInstanceFormatType instance_format, string data, System callback, object asyncState ) : System.IAsyncResult
instance_format ManagementChangeControlInstanceFormatType
data string
callback System
asyncState object
return System.IAsyncResult

Beginverify_instance() public method

public Beginverify_instance ( ManagementChangeControlInstance instances, System callback, object asyncState ) : System.IAsyncResult
instances ManagementChangeControlInstance
callback System
asyncState object
return System.IAsyncResult

Enddelete_instance() public method

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

Endget_class_info() public method

public Endget_class_info ( System asyncResult ) : iControl.ManagementChangeControlClassInfo[]
asyncResult System
return iControl.ManagementChangeControlClassInfo[]

Endget_deprecated_class_info() public method

public Endget_deprecated_class_info ( System asyncResult ) : iControl.ManagementChangeControlDeprecatedClassInfo[]
asyncResult System
return iControl.ManagementChangeControlDeprecatedClassInfo[]

Endget_instance() public method

public Endget_instance ( System asyncResult ) : iControl.ManagementChangeControlInstance[]
asyncResult System
return iControl.ManagementChangeControlInstance[]

Endget_instance_dependency() public method

public Endget_instance_dependency ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endget_instance_info() public method

public Endget_instance_info ( System asyncResult ) : iControl.ManagementChangeControlInstanceInfo[][]
asyncResult System
return iControl.ManagementChangeControlInstanceInfo[][]

Endget_instance_variable() public method

public Endget_instance_variable ( System asyncResult ) : iControl.ManagementChangeControlInstanceVariable[][]
asyncResult System
return iControl.ManagementChangeControlInstanceVariable[][]

Endget_last_load_time() public method

public Endget_last_load_time ( System asyncResult ) : CommonTimeStamp
asyncResult System
return CommonTimeStamp

Endget_module_info() public method

public Endget_module_info ( System asyncResult ) : iControl.ManagementChangeControlModuleInfo[]
asyncResult System
return iControl.ManagementChangeControlModuleInfo[]

Endget_version() public method

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

Endput_config() public method

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

Endput_instance() public method

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

Endverify_config() public method

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

Endverify_instance() public method

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

ManagementChangeControl() public method

public ManagementChangeControl ( ) : System
return System