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 ( |
||
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 ( |
||
Beginverify_config ( ManagementChangeControlInstanceFormatType instance_format, string data, System callback, object asyncState ) : System.IAsyncResult | ||
Beginverify_instance ( |
||
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 ) : |
||
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 |
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 ( |
||
get_instance_variable ( string instance_names, ManagementChangeControlInstanceVariableType instance_variable ) : iControl.ManagementChangeControlInstanceVariable[][] | ||
get_last_load_time ( ) : |
||
get_module_info ( string filter ) : iControl.ManagementChangeControlModuleInfo[] | ||
get_version ( ) : string | ||
put_config ( ManagementChangeControlInstanceFormatType instance_format, string data ) : void | ||
put_instance ( |
||
verify_config ( ManagementChangeControlInstanceFormatType instance_format, string data ) : void | ||
verify_instance ( |
public Begindelete_instance ( string instance_names, System callback, object asyncState ) : System.IAsyncResult | ||
instance_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_class_info ( string filter, System callback, object asyncState ) : System.IAsyncResult | ||
filter | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_deprecated_class_info ( string filter, System callback, object asyncState ) : System.IAsyncResult | ||
filter | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 |
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 |
public Beginget_instance_info ( |
||
classes | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 |
public Beginget_last_load_time ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_module_info ( string filter, System callback, object asyncState ) : System.IAsyncResult | ||
filter | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 |
public Beginput_instance ( |
||
instances | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 |
public Beginverify_instance ( |
||
instances | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Enddelete_instance ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_class_info ( System asyncResult ) : iControl.ManagementChangeControlClassInfo[] | ||
asyncResult | System | |
return | iControl.ManagementChangeControlClassInfo[] |
public Endget_deprecated_class_info ( System asyncResult ) : iControl.ManagementChangeControlDeprecatedClassInfo[] | ||
asyncResult | System | |
return | iControl.ManagementChangeControlDeprecatedClassInfo[] |
public Endget_instance ( System asyncResult ) : iControl.ManagementChangeControlInstance[] | ||
asyncResult | System | |
return | iControl.ManagementChangeControlInstance[] |
public Endget_instance_dependency ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_instance_info ( System asyncResult ) : iControl.ManagementChangeControlInstanceInfo[][] | ||
asyncResult | System | |
return | iControl.ManagementChangeControlInstanceInfo[][] |
public Endget_instance_variable ( System asyncResult ) : iControl.ManagementChangeControlInstanceVariable[][] | ||
asyncResult | System | |
return | iControl.ManagementChangeControlInstanceVariable[][] |
public Endget_last_load_time ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_module_info ( System asyncResult ) : iControl.ManagementChangeControlModuleInfo[] | ||
asyncResult | System | |
return | iControl.ManagementChangeControlModuleInfo[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endput_config ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endput_instance ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endverify_config ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endverify_instance ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |