Méthode | Description | |
---|---|---|
Beginget_descriptive_name ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_known_module_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Endget_descriptive_name ( System asyncResult ) : string[] | ||
Endget_known_module_list ( System asyncResult ) : CommonTMOSModule[] | ||
Endget_version ( System asyncResult ) : string | ||
ManagementTMOSModule ( ) : System |
Méthode | Description | |
---|---|---|
get_descriptive_name ( CommonTMOSModule modules ) : string[] | ||
get_known_module_list ( ) : CommonTMOSModule[] | ||
get_version ( ) : string |
public Beginget_descriptive_name ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult | ||
modules | CommonTMOSModule | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_known_module_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Endget_descriptive_name ( System asyncResult ) : string[] | ||
asyncResult | System | |
Résultat | string[] |
public Endget_known_module_list ( System asyncResult ) : CommonTMOSModule[] | ||
asyncResult | System | |
Résultat | CommonTMOSModule[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
Résultat | string |