C# 클래스 iControl.LocalLBSNATPoolMember

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Beginget_all_statistics() 공개 메소드

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

Beginget_statistics() 공개 메소드

public Beginget_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
members string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginreset_statistics() 공개 메소드

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

Endget_all_statistics() 공개 메소드

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

Endget_statistics() 공개 메소드

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

Endget_version() 공개 메소드

public Endget_version ( System asyncResult ) : string
asyncResult System
리턴 string

Endreset_statistics() 공개 메소드

public Endreset_statistics ( System asyncResult ) : void
asyncResult System
리턴 void

LocalLBSNATPoolMember() 공개 메소드

public LocalLBSNATPoolMember ( ) : System
리턴 System