C# Class iControl.LocalLBSNATPoolMember

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

Public Methods

Method Description
Beginget_all_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
Endget_all_statistics ( System asyncResult ) : iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[]
Endget_statistics ( System asyncResult ) : iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[]
Endget_version ( System asyncResult ) : string
Endreset_statistics ( System asyncResult ) : void
LocalLBSNATPoolMember ( ) : System

Private Methods

Method Description
get_all_statistics ( string snat_pools ) : iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[]
get_statistics ( string snat_pools, string members ) : iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[]
get_version ( ) : string
reset_statistics ( string snat_pools, string members ) : void

Method Details

Beginget_all_statistics() public method

public Beginget_all_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
callback System
asyncState object
return System.IAsyncResult

Beginget_statistics() public method

public Beginget_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
members 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

Beginreset_statistics() public method

public Beginreset_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
members string
callback System
asyncState object
return System.IAsyncResult

Endget_all_statistics() public method

public Endget_all_statistics ( System asyncResult ) : iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[]
asyncResult System
return iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[]

Endget_statistics() public method

public Endget_statistics ( System asyncResult ) : iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[]
asyncResult System
return iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[]

Endget_version() public method

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

Endreset_statistics() public method

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

LocalLBSNATPoolMember() public method

public LocalLBSNATPoolMember ( ) : System
return System