Method | Description | |
---|---|---|
Beginget_description ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_enabled_state ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( CommonTMOSModule modules, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_enabled_state ( CommonTMOSModule modules, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_list ( System asyncResult ) : CommonTMOSModule[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_description ( System asyncResult ) : void | ||
Endset_enabled_state ( System asyncResult ) : void | ||
ManagementFeatureModule ( ) : System |
Method | Description | |
---|---|---|
get_description ( CommonTMOSModule modules ) : string[] | ||
get_enabled_state ( CommonTMOSModule modules ) : CommonEnabledState[] | ||
get_list ( ) : CommonTMOSModule[] | ||
get_version ( ) : string | ||
set_description ( CommonTMOSModule modules, string descriptions ) : void | ||
set_enabled_state ( CommonTMOSModule modules, CommonEnabledState states ) : void |
public Beginget_description ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult | ||
modules | CommonTMOSModule | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_enabled_state ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult | ||
modules | CommonTMOSModule | |
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 Beginset_description ( CommonTMOSModule modules, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
modules | CommonTMOSModule | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_enabled_state ( CommonTMOSModule modules, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
modules | CommonTMOSModule | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_list ( System asyncResult ) : CommonTMOSModule[] | ||
asyncResult | System | |
return | CommonTMOSModule[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |