C# Class iControl.ManagementSFlowGlobals

Inheritance: iControlInterface
Mostrar archivo Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Beginget_http_description ( System callback, object asyncState ) : System.IAsyncResult
Beginget_http_poll_interval ( System callback, object asyncState ) : System.IAsyncResult
Beginget_http_sampling_rate ( System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_description ( System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_poll_interval ( System callback, object asyncState ) : System.IAsyncResult
Beginget_system_description ( System callback, object asyncState ) : System.IAsyncResult
Beginget_system_poll_interval ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_vlan_description ( System callback, object asyncState ) : System.IAsyncResult
Beginget_vlan_poll_interval ( System callback, object asyncState ) : System.IAsyncResult
Beginget_vlan_sampling_rate ( System callback, object asyncState ) : System.IAsyncResult
Beginset_http_description ( string description, System callback, object asyncState ) : System.IAsyncResult
Beginset_http_poll_interval ( long interval, System callback, object asyncState ) : System.IAsyncResult
Beginset_http_sampling_rate ( long rate, System callback, object asyncState ) : System.IAsyncResult
Beginset_interface_description ( string description, System callback, object asyncState ) : System.IAsyncResult
Beginset_interface_poll_interval ( long interval, System callback, object asyncState ) : System.IAsyncResult
Beginset_system_description ( string description, System callback, object asyncState ) : System.IAsyncResult
Beginset_system_poll_interval ( long interval, System callback, object asyncState ) : System.IAsyncResult
Beginset_vlan_description ( string description, System callback, object asyncState ) : System.IAsyncResult
Beginset_vlan_poll_interval ( long interval, System callback, object asyncState ) : System.IAsyncResult
Beginset_vlan_sampling_rate ( long rate, System callback, object asyncState ) : System.IAsyncResult
Endget_http_description ( System asyncResult ) : string
Endget_http_poll_interval ( System asyncResult ) : long
Endget_http_sampling_rate ( System asyncResult ) : long
Endget_interface_description ( System asyncResult ) : string
Endget_interface_poll_interval ( System asyncResult ) : long
Endget_system_description ( System asyncResult ) : string
Endget_system_poll_interval ( System asyncResult ) : long
Endget_version ( System asyncResult ) : string
Endget_vlan_description ( System asyncResult ) : string
Endget_vlan_poll_interval ( System asyncResult ) : long
Endget_vlan_sampling_rate ( System asyncResult ) : long
Endset_http_description ( System asyncResult ) : void
Endset_http_poll_interval ( System asyncResult ) : void
Endset_http_sampling_rate ( System asyncResult ) : void
Endset_interface_description ( System asyncResult ) : void
Endset_interface_poll_interval ( System asyncResult ) : void
Endset_system_description ( System asyncResult ) : void
Endset_system_poll_interval ( System asyncResult ) : void
Endset_vlan_description ( System asyncResult ) : void
Endset_vlan_poll_interval ( System asyncResult ) : void
Endset_vlan_sampling_rate ( System asyncResult ) : void
ManagementSFlowGlobals ( ) : System

Private Methods

Method Description
get_http_description ( ) : string
get_http_poll_interval ( ) : long
get_http_sampling_rate ( ) : long
get_interface_description ( ) : string
get_interface_poll_interval ( ) : long
get_system_description ( ) : string
get_system_poll_interval ( ) : long
get_version ( ) : string
get_vlan_description ( ) : string
get_vlan_poll_interval ( ) : long
get_vlan_sampling_rate ( ) : long
set_http_description ( string description ) : void
set_http_poll_interval ( long interval ) : void
set_http_sampling_rate ( long rate ) : void
set_interface_description ( string description ) : void
set_interface_poll_interval ( long interval ) : void
set_system_description ( string description ) : void
set_system_poll_interval ( long interval ) : void
set_vlan_description ( string description ) : void
set_vlan_poll_interval ( long interval ) : void
set_vlan_sampling_rate ( long rate ) : void

Method Details

Beginget_http_description() public method

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

Beginget_http_poll_interval() public method

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

Beginget_http_sampling_rate() public method

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

Beginget_interface_description() public method

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

Beginget_interface_poll_interval() public method

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

Beginget_system_description() public method

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

Beginget_system_poll_interval() public method

public Beginget_system_poll_interval ( System callback, object asyncState ) : System.IAsyncResult
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_description() public method

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

Beginget_vlan_poll_interval() public method

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

Beginget_vlan_sampling_rate() public method

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

Beginset_http_description() public method

public Beginset_http_description ( string description, System callback, object asyncState ) : System.IAsyncResult
description string
callback System
asyncState object
return System.IAsyncResult

Beginset_http_poll_interval() public method

public Beginset_http_poll_interval ( long interval, System callback, object asyncState ) : System.IAsyncResult
interval long
callback System
asyncState object
return System.IAsyncResult

Beginset_http_sampling_rate() public method

public Beginset_http_sampling_rate ( long rate, System callback, object asyncState ) : System.IAsyncResult
rate long
callback System
asyncState object
return System.IAsyncResult

Beginset_interface_description() public method

public Beginset_interface_description ( string description, System callback, object asyncState ) : System.IAsyncResult
description string
callback System
asyncState object
return System.IAsyncResult

Beginset_interface_poll_interval() public method

public Beginset_interface_poll_interval ( long interval, System callback, object asyncState ) : System.IAsyncResult
interval long
callback System
asyncState object
return System.IAsyncResult

Beginset_system_description() public method

public Beginset_system_description ( string description, System callback, object asyncState ) : System.IAsyncResult
description string
callback System
asyncState object
return System.IAsyncResult

Beginset_system_poll_interval() public method

public Beginset_system_poll_interval ( long interval, System callback, object asyncState ) : System.IAsyncResult
interval long
callback System
asyncState object
return System.IAsyncResult

Beginset_vlan_description() public method

public Beginset_vlan_description ( string description, System callback, object asyncState ) : System.IAsyncResult
description string
callback System
asyncState object
return System.IAsyncResult

Beginset_vlan_poll_interval() public method

public Beginset_vlan_poll_interval ( long interval, System callback, object asyncState ) : System.IAsyncResult
interval long
callback System
asyncState object
return System.IAsyncResult

Beginset_vlan_sampling_rate() public method

public Beginset_vlan_sampling_rate ( long rate, System callback, object asyncState ) : System.IAsyncResult
rate long
callback System
asyncState object
return System.IAsyncResult

Endget_http_description() public method

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

Endget_http_poll_interval() public method

public Endget_http_poll_interval ( System asyncResult ) : long
asyncResult System
return long

Endget_http_sampling_rate() public method

public Endget_http_sampling_rate ( System asyncResult ) : long
asyncResult System
return long

Endget_interface_description() public method

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

Endget_interface_poll_interval() public method

public Endget_interface_poll_interval ( System asyncResult ) : long
asyncResult System
return long

Endget_system_description() public method

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

Endget_system_poll_interval() public method

public Endget_system_poll_interval ( System asyncResult ) : long
asyncResult System
return long

Endget_version() public method

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

Endget_vlan_description() public method

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

Endget_vlan_poll_interval() public method

public Endget_vlan_poll_interval ( System asyncResult ) : long
asyncResult System
return long

Endget_vlan_sampling_rate() public method

public Endget_vlan_sampling_rate ( System asyncResult ) : long
asyncResult System
return long

Endset_http_description() public method

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

Endset_http_poll_interval() public method

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

Endset_http_sampling_rate() public method

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

Endset_interface_description() public method

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

Endset_interface_poll_interval() public method

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

Endset_system_description() public method

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

Endset_system_poll_interval() public method

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

Endset_vlan_description() public method

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

Endset_vlan_poll_interval() public method

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

Endset_vlan_sampling_rate() public method

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

ManagementSFlowGlobals() public method

public ManagementSFlowGlobals ( ) : System
return System