C# Class iControl.NetworkingSTPGlobals

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

Public Methods

Method Description
Beginget_configuration_identifier ( System callback, object asyncState ) : System.IAsyncResult
Beginget_configuration_revision ( System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( System callback, object asyncState ) : System.IAsyncResult
Beginget_forward_delay ( System callback, object asyncState ) : System.IAsyncResult
Beginget_hello_time ( System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_age ( System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_hop ( System callback, object asyncState ) : System.IAsyncResult
Beginget_mode ( System callback, object asyncState ) : System.IAsyncResult
Beginget_transmit_hold ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_configuration_identifier ( string value, System callback, object asyncState ) : System.IAsyncResult
Beginset_configuration_revision ( long value, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string description, System callback, object asyncState ) : System.IAsyncResult
Beginset_forward_delay ( long value, System callback, object asyncState ) : System.IAsyncResult
Beginset_hello_time ( long value, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_age ( long value, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_hop ( long value, System callback, object asyncState ) : System.IAsyncResult
Beginset_mode ( NetworkingSTPModeType value, System callback, object asyncState ) : System.IAsyncResult
Beginset_transmit_hold ( long value, System callback, object asyncState ) : System.IAsyncResult
Endget_configuration_identifier ( System asyncResult ) : string
Endget_configuration_revision ( System asyncResult ) : long
Endget_description ( System asyncResult ) : string
Endget_forward_delay ( System asyncResult ) : long
Endget_hello_time ( System asyncResult ) : long
Endget_maximum_age ( System asyncResult ) : long
Endget_maximum_hop ( System asyncResult ) : long
Endget_mode ( System asyncResult ) : NetworkingSTPModeType
Endget_transmit_hold ( System asyncResult ) : long
Endget_version ( System asyncResult ) : string
Endset_configuration_identifier ( System asyncResult ) : void
Endset_configuration_revision ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_forward_delay ( System asyncResult ) : void
Endset_hello_time ( System asyncResult ) : void
Endset_maximum_age ( System asyncResult ) : void
Endset_maximum_hop ( System asyncResult ) : void
Endset_mode ( System asyncResult ) : void
Endset_transmit_hold ( System asyncResult ) : void
NetworkingSTPGlobals ( ) : System

Private Methods

Method Description
get_configuration_identifier ( ) : string
get_configuration_revision ( ) : long
get_description ( ) : string
get_forward_delay ( ) : long
get_hello_time ( ) : long
get_maximum_age ( ) : long
get_maximum_hop ( ) : long
get_mode ( ) : NetworkingSTPModeType
get_transmit_hold ( ) : long
get_version ( ) : string
set_configuration_identifier ( string value ) : void
set_configuration_revision ( long value ) : void
set_description ( string description ) : void
set_forward_delay ( long value ) : void
set_hello_time ( long value ) : void
set_maximum_age ( long value ) : void
set_maximum_hop ( long value ) : void
set_mode ( NetworkingSTPModeType value ) : void
set_transmit_hold ( long value ) : void

Method Details

Beginget_configuration_identifier() public method

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

Beginget_configuration_revision() public method

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

Beginget_description() public method

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

Beginget_forward_delay() public method

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

Beginget_hello_time() public method

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

Beginget_maximum_age() public method

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

Beginget_maximum_hop() public method

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

Beginget_mode() public method

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

Beginget_transmit_hold() public method

public Beginget_transmit_hold ( 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_configuration_identifier() public method

public Beginset_configuration_identifier ( string value, System callback, object asyncState ) : System.IAsyncResult
value string
callback System
asyncState object
return System.IAsyncResult

Beginset_configuration_revision() public method

public Beginset_configuration_revision ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
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_forward_delay() public method

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

Beginset_hello_time() public method

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

Beginset_maximum_age() public method

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

Beginset_maximum_hop() public method

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

Beginset_mode() public method

public Beginset_mode ( NetworkingSTPModeType value, System callback, object asyncState ) : System.IAsyncResult
value NetworkingSTPModeType
callback System
asyncState object
return System.IAsyncResult

Beginset_transmit_hold() public method

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

Endget_configuration_identifier() public method

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

Endget_configuration_revision() public method

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

Endget_description() public method

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

Endget_forward_delay() public method

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

Endget_hello_time() public method

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

Endget_maximum_age() public method

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

Endget_maximum_hop() public method

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

Endget_mode() public method

public Endget_mode ( System asyncResult ) : NetworkingSTPModeType
asyncResult System
return NetworkingSTPModeType

Endget_transmit_hold() public method

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

Endget_version() public method

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

Endset_configuration_identifier() public method

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

Endset_configuration_revision() public method

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

Endset_description() public method

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

Endset_forward_delay() public method

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

Endset_hello_time() public method

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

Endset_maximum_age() public method

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

Endset_maximum_hop() public method

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

Endset_mode() public method

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

Endset_transmit_hold() public method

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

NetworkingSTPGlobals() public method

public NetworkingSTPGlobals ( ) : System
return System