Méthode | Description | |
---|---|---|
Begindelete_devices ( string devices, System callback, object asyncState ) : System.IAsyncResult | ||
Begindiscover_devices ( string addresses, string usernames, string passwords, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_context_id ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_device_proxy_configuration ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_device_token ( string ip_address, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_devices ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_task_status ( string ids, System callback, object asyncState ) : System.IAsyncResult | ||
BeginsendRequest ( string daemon, string request, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_device_context ( string ip_address, System callback, object asyncState ) : System.IAsyncResult | ||
Enddelete_devices ( System asyncResult ) : void | ||
Enddiscover_devices ( System asyncResult ) : string | ||
Endget_context_id ( System asyncResult ) : string | ||
Endget_device_proxy_configuration ( System asyncResult, string &emSslProxyHost, short &emSslProxyPort, string &deviceSslProxyHost, short &deviceSslProxyPort, bool &useEmSslProxyForDevice, bool &deviceProxyEnabled ) : void | ||
Endget_device_token ( System asyncResult ) : string | ||
Endget_devices ( System asyncResult ) : string[] | ||
Endget_task_status ( System asyncResult ) : ManagementEMTaskStatus[] | ||
EndsendRequest ( System asyncResult ) : string | ||
Endset_device_context ( System asyncResult ) : void | ||
ManagementEM ( ) : System |
Méthode | Description | |
---|---|---|
delete_devices ( string devices ) : void | ||
discover_devices ( string addresses, string usernames, string passwords ) : string | ||
get_context_id ( ) : string | ||
get_device_proxy_configuration ( string &emSslProxyHost, short &emSslProxyPort, string &deviceSslProxyHost, short &deviceSslProxyPort, bool &useEmSslProxyForDevice, bool &deviceProxyEnabled ) : void | ||
get_device_token ( string ip_address ) : string | ||
get_devices ( ) : string[] | ||
get_task_status ( string ids ) : ManagementEMTaskStatus[] | ||
sendRequest ( string daemon, string request ) : string | ||
set_device_context ( string ip_address ) : void |
public Begindelete_devices ( string devices, System callback, object asyncState ) : System.IAsyncResult | ||
devices | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Begindiscover_devices ( string addresses, string usernames, string passwords, System callback, object asyncState ) : System.IAsyncResult | ||
addresses | string | |
usernames | string | |
passwords | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_context_id ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_device_proxy_configuration ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_device_token ( string ip_address, System callback, object asyncState ) : System.IAsyncResult | ||
ip_address | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_devices ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_task_status ( string ids, System callback, object asyncState ) : System.IAsyncResult | ||
ids | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public BeginsendRequest ( string daemon, string request, System callback, object asyncState ) : System.IAsyncResult | ||
daemon | string | |
request | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginset_device_context ( string ip_address, System callback, object asyncState ) : System.IAsyncResult | ||
ip_address | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Enddelete_devices ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Enddiscover_devices ( System asyncResult ) : string | ||
asyncResult | System | |
Résultat | string |
public Endget_context_id ( System asyncResult ) : string | ||
asyncResult | System | |
Résultat | string |
public Endget_device_proxy_configuration ( System asyncResult, string &emSslProxyHost, short &emSslProxyPort, string &deviceSslProxyHost, short &deviceSslProxyPort, bool &useEmSslProxyForDevice, bool &deviceProxyEnabled ) : void | ||
asyncResult | System | |
emSslProxyHost | string | |
emSslProxyPort | short | |
deviceSslProxyHost | string | |
deviceSslProxyPort | short | |
useEmSslProxyForDevice | bool | |
deviceProxyEnabled | bool | |
Résultat | void |
public Endget_device_token ( System asyncResult ) : string | ||
asyncResult | System | |
Résultat | string |
public Endget_devices ( System asyncResult ) : string[] | ||
asyncResult | System | |
Résultat | string[] |
public Endget_task_status ( System asyncResult ) : ManagementEMTaskStatus[] | ||
asyncResult | System | |
Résultat | ManagementEMTaskStatus[] |
public EndsendRequest ( System asyncResult ) : string | ||
asyncResult | System | |
Résultat | string |
public Endset_device_context ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |