C# Class iControl.ManagementEM

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

Public Methods

Method 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

Private Methods

Method 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

Method Details

Begindelete_devices() public method

public Begindelete_devices ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Begindiscover_devices() public method

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
return System.IAsyncResult

Beginget_context_id() public method

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

Beginget_device_proxy_configuration() public method

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

Beginget_device_token() public method

public Beginget_device_token ( string ip_address, System callback, object asyncState ) : System.IAsyncResult
ip_address string
callback System
asyncState object
return System.IAsyncResult

Beginget_devices() public method

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

Beginget_task_status() public method

public Beginget_task_status ( string ids, System callback, object asyncState ) : System.IAsyncResult
ids string
callback System
asyncState object
return System.IAsyncResult

BeginsendRequest() public method

public BeginsendRequest ( string daemon, string request, System callback, object asyncState ) : System.IAsyncResult
daemon string
request string
callback System
asyncState object
return System.IAsyncResult

Beginset_device_context() public method

public Beginset_device_context ( string ip_address, System callback, object asyncState ) : System.IAsyncResult
ip_address string
callback System
asyncState object
return System.IAsyncResult

Enddelete_devices() public method

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

Enddiscover_devices() public method

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

Endget_context_id() public method

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

Endget_device_proxy_configuration() public method

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
return void

Endget_device_token() public method

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

Endget_devices() public method

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

Endget_task_status() public method

public Endget_task_status ( System asyncResult ) : ManagementEMTaskStatus[]
asyncResult System
return ManagementEMTaskStatus[]

EndsendRequest() public method

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

Endset_device_context() public method

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

ManagementEM() public method

public ManagementEM ( ) : System
return System