C# Class iControl.ManagementSFlowDataSource

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

Public Methods

Method Description
Beginget_http_is_active ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_http_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_http_poll_interval_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_http_sampling_rate_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_http_subagent_id ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_is_active ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_poll_interval_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_subagent_id ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_system_is_active ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_system_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_system_poll_interval_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_system_subagent_id ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_vlan_is_active ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_vlan_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_vlan_poll_interval_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_vlan_sampling_rate_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_vlan_subagent_id ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
Endget_http_is_active ( System asyncResult ) : bool[]
Endget_http_list ( System asyncResult ) : string[]
Endget_http_poll_interval_effective ( System asyncResult ) : long[]
Endget_http_sampling_rate_effective ( System asyncResult ) : long[]
Endget_http_subagent_id ( System asyncResult ) : long[]
Endget_interface_is_active ( System asyncResult ) : bool[]
Endget_interface_list ( System asyncResult ) : string[]
Endget_interface_poll_interval_effective ( System asyncResult ) : long[]
Endget_interface_subagent_id ( System asyncResult ) : long[]
Endget_system_is_active ( System asyncResult ) : bool[]
Endget_system_list ( System asyncResult ) : string[]
Endget_system_poll_interval_effective ( System asyncResult ) : long[]
Endget_system_subagent_id ( System asyncResult ) : long[]
Endget_version ( System asyncResult ) : string
Endget_vlan_is_active ( System asyncResult ) : bool[]
Endget_vlan_list ( System asyncResult ) : string[]
Endget_vlan_poll_interval_effective ( System asyncResult ) : long[]
Endget_vlan_sampling_rate_effective ( System asyncResult ) : long[]
Endget_vlan_subagent_id ( System asyncResult ) : long[]
ManagementSFlowDataSource ( ) : System

Private Methods

Method Description
get_http_is_active ( string data_sources ) : bool[]
get_http_list ( ) : string[]
get_http_poll_interval_effective ( string data_sources ) : long[]
get_http_sampling_rate_effective ( string data_sources ) : long[]
get_http_subagent_id ( string data_sources ) : long[]
get_interface_is_active ( string data_sources ) : bool[]
get_interface_list ( ) : string[]
get_interface_poll_interval_effective ( string data_sources ) : long[]
get_interface_subagent_id ( string data_sources ) : long[]
get_system_is_active ( string data_sources ) : bool[]
get_system_list ( ) : string[]
get_system_poll_interval_effective ( string data_sources ) : long[]
get_system_subagent_id ( string data_sources ) : long[]
get_version ( ) : string
get_vlan_is_active ( string data_sources ) : bool[]
get_vlan_list ( ) : string[]
get_vlan_poll_interval_effective ( string data_sources ) : long[]
get_vlan_sampling_rate_effective ( string data_sources ) : long[]
get_vlan_subagent_id ( string data_sources ) : long[]

Method Details

Beginget_http_is_active() public method

public Beginget_http_is_active ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Beginget_http_list() public method

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

Beginget_http_poll_interval_effective() public method

public Beginget_http_poll_interval_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Beginget_http_sampling_rate_effective() public method

public Beginget_http_sampling_rate_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Beginget_http_subagent_id() public method

public Beginget_http_subagent_id ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Beginget_interface_is_active() public method

public Beginget_interface_is_active ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Beginget_interface_list() public method

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

Beginget_interface_poll_interval_effective() public method

public Beginget_interface_poll_interval_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Beginget_interface_subagent_id() public method

public Beginget_interface_subagent_id ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Beginget_system_is_active() public method

public Beginget_system_is_active ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Beginget_system_list() public method

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

Beginget_system_poll_interval_effective() public method

public Beginget_system_poll_interval_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Beginget_system_subagent_id() public method

public Beginget_system_subagent_id ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

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

Beginget_vlan_is_active() public method

public Beginget_vlan_is_active ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Beginget_vlan_list() public method

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

Beginget_vlan_poll_interval_effective() public method

public Beginget_vlan_poll_interval_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Beginget_vlan_sampling_rate_effective() public method

public Beginget_vlan_sampling_rate_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Beginget_vlan_subagent_id() public method

public Beginget_vlan_subagent_id ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult

Endget_http_is_active() public method

public Endget_http_is_active ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endget_http_list() public method

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

Endget_http_poll_interval_effective() public method

public Endget_http_poll_interval_effective ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_http_sampling_rate_effective() public method

public Endget_http_sampling_rate_effective ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_http_subagent_id() public method

public Endget_http_subagent_id ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_interface_is_active() public method

public Endget_interface_is_active ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endget_interface_list() public method

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

Endget_interface_poll_interval_effective() public method

public Endget_interface_poll_interval_effective ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_interface_subagent_id() public method

public Endget_interface_subagent_id ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_system_is_active() public method

public Endget_system_is_active ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endget_system_list() public method

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

Endget_system_poll_interval_effective() public method

public Endget_system_poll_interval_effective ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_system_subagent_id() public method

public Endget_system_subagent_id ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_version() public method

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

Endget_vlan_is_active() public method

public Endget_vlan_is_active ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endget_vlan_list() public method

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

Endget_vlan_poll_interval_effective() public method

public Endget_vlan_poll_interval_effective ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_vlan_sampling_rate_effective() public method

public Endget_vlan_sampling_rate_effective ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_vlan_subagent_id() public method

public Endget_vlan_subagent_id ( System asyncResult ) : long[]
asyncResult System
return long[]

ManagementSFlowDataSource() public method

public ManagementSFlowDataSource ( ) : System
return System