C# Class iControl.NetworkingIPsecIkeDaemon

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_iskamp_natt_port ( System callback, object asyncState ) : System.IAsyncResult
Beginget_iskamp_port ( System callback, object asyncState ) : System.IAsyncResult
Beginget_natt_keep_alive ( 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_iskamp_natt_port ( long value, System callback, object asyncState ) : System.IAsyncResult
Beginset_iskamp_port ( long value, System callback, object asyncState ) : System.IAsyncResult
Beginset_natt_keep_alive ( long value, System callback, object asyncState ) : System.IAsyncResult
Endget_description ( System asyncResult ) : string
Endget_iskamp_natt_port ( System asyncResult ) : long
Endget_iskamp_port ( System asyncResult ) : long
Endget_natt_keep_alive ( System asyncResult ) : long
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_iskamp_natt_port ( System asyncResult ) : void
Endset_iskamp_port ( System asyncResult ) : void
Endset_natt_keep_alive ( System asyncResult ) : void
NetworkingIPsecIkeDaemon ( ) : System

Private Methods

Method Description
get_description ( ) : string
get_iskamp_natt_port ( ) : long
get_iskamp_port ( ) : long
get_natt_keep_alive ( ) : long
get_version ( ) : string
set_description ( string description ) : void
set_iskamp_natt_port ( long value ) : void
set_iskamp_port ( long value ) : void
set_natt_keep_alive ( 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_iskamp_natt_port() public method

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

Beginget_iskamp_port() public method

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

Beginget_natt_keep_alive() public method

public Beginget_natt_keep_alive ( 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_iskamp_natt_port() public method

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

Beginset_iskamp_port() public method

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

Beginset_natt_keep_alive() public method

public Beginset_natt_keep_alive ( 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_iskamp_natt_port() public method

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

Endget_iskamp_port() public method

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

Endget_natt_keep_alive() public method

public Endget_natt_keep_alive ( 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_iskamp_natt_port() public method

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

Endset_iskamp_port() public method

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

Endset_natt_keep_alive() public method

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

NetworkingIPsecIkeDaemon() public method

public NetworkingIPsecIkeDaemon ( ) : System
return System