C# Class iControl.NetworkingLLDPGlobals

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

Public Methods

Method Description
Beginget_description ( System callback, object asyncState ) : System.IAsyncResult
Beginget_lldp_enabled_state ( System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_neighbors_per_port ( System callback, object asyncState ) : System.IAsyncResult
Beginget_reinit_delay ( System callback, object asyncState ) : System.IAsyncResult
Beginget_tx_delay ( System callback, object asyncState ) : System.IAsyncResult
Beginget_tx_hold ( System callback, object asyncState ) : System.IAsyncResult
Beginget_tx_interval ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string description, System callback, object asyncState ) : System.IAsyncResult
Beginset_lldp_enabled_state ( CommonEnabledState value, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_neighbors_per_port ( long value, System callback, object asyncState ) : System.IAsyncResult
Beginset_reinit_delay ( long value, System callback, object asyncState ) : System.IAsyncResult
Beginset_tx_delay ( long value, System callback, object asyncState ) : System.IAsyncResult
Beginset_tx_hold ( long value, System callback, object asyncState ) : System.IAsyncResult
Beginset_tx_interval ( long value, System callback, object asyncState ) : System.IAsyncResult
Endget_description ( System asyncResult ) : string
Endget_lldp_enabled_state ( System asyncResult ) : CommonEnabledState
Endget_maximum_neighbors_per_port ( System asyncResult ) : long
Endget_reinit_delay ( System asyncResult ) : long
Endget_tx_delay ( System asyncResult ) : long
Endget_tx_hold ( System asyncResult ) : long
Endget_tx_interval ( System asyncResult ) : long
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_lldp_enabled_state ( System asyncResult ) : void
Endset_maximum_neighbors_per_port ( System asyncResult ) : void
Endset_reinit_delay ( System asyncResult ) : void
Endset_tx_delay ( System asyncResult ) : void
Endset_tx_hold ( System asyncResult ) : void
Endset_tx_interval ( System asyncResult ) : void
NetworkingLLDPGlobals ( ) : System

Private Methods

Method Description
get_description ( ) : string
get_lldp_enabled_state ( ) : CommonEnabledState
get_maximum_neighbors_per_port ( ) : long
get_reinit_delay ( ) : long
get_tx_delay ( ) : long
get_tx_hold ( ) : long
get_tx_interval ( ) : long
get_version ( ) : string
set_description ( string description ) : void
set_lldp_enabled_state ( CommonEnabledState value ) : void
set_maximum_neighbors_per_port ( long value ) : void
set_reinit_delay ( long value ) : void
set_tx_delay ( long value ) : void
set_tx_hold ( long value ) : void
set_tx_interval ( long value ) : void

Method Details

Beginget_description() public method

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

Beginget_lldp_enabled_state() public method

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

Beginget_maximum_neighbors_per_port() public method

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

Beginget_reinit_delay() public method

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

Beginget_tx_delay() public method

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

Beginget_tx_hold() public method

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

Beginget_tx_interval() public method

public Beginget_tx_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

Beginset_description() public method

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

Beginset_lldp_enabled_state() public method

public Beginset_lldp_enabled_state ( CommonEnabledState value, System callback, object asyncState ) : System.IAsyncResult
value CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_maximum_neighbors_per_port() public method

public Beginset_maximum_neighbors_per_port ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
return System.IAsyncResult

Beginset_reinit_delay() public method

public Beginset_reinit_delay ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
return System.IAsyncResult

Beginset_tx_delay() public method

public Beginset_tx_delay ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
return System.IAsyncResult

Beginset_tx_hold() public method

public Beginset_tx_hold ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
return System.IAsyncResult

Beginset_tx_interval() public method

public Beginset_tx_interval ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
return System.IAsyncResult

Endget_description() public method

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

Endget_lldp_enabled_state() public method

public Endget_lldp_enabled_state ( System asyncResult ) : CommonEnabledState
asyncResult System
return CommonEnabledState

Endget_maximum_neighbors_per_port() public method

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

Endget_reinit_delay() public method

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

Endget_tx_delay() public method

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

Endget_tx_hold() public method

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

Endget_tx_interval() public method

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

Endget_version() public method

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

Endset_description() public method

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

Endset_lldp_enabled_state() public method

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

Endset_maximum_neighbors_per_port() public method

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

Endset_reinit_delay() public method

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

Endset_tx_delay() public method

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

Endset_tx_hold() public method

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

Endset_tx_interval() public method

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

NetworkingLLDPGlobals() public method

public NetworkingLLDPGlobals ( ) : System
return System