C# 클래스 iControl.GlobalLBTopology

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

공개 메소드들

메소드 설명
Begincreate ( GlobalLBTopologyTopologyRecord records, long weights, long orders, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_topology_records ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_topology_record ( GlobalLBTopologyTopologyRecord records, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( GlobalLBTopologyTopologyRecord records, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_order ( GlobalLBTopologyTopologyRecord records, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_weight ( GlobalLBTopologyTopologyRecord records, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( GlobalLBTopologyTopologyRecord records, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_order ( GlobalLBTopologyTopologyRecord records, long orders, System callback, object asyncState ) : System.IAsyncResult
Beginset_weight ( GlobalLBTopologyTopologyRecord records, long weights, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_topology_records ( System asyncResult ) : void
Enddelete_topology_record ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : iControl.GlobalLBTopologyTopologyRecord[]
Endget_order ( System asyncResult ) : long[]
Endget_version ( System asyncResult ) : string
Endget_weight ( System asyncResult ) : long[]
Endset_description ( System asyncResult ) : void
Endset_order ( System asyncResult ) : void
Endset_weight ( System asyncResult ) : void
GlobalLBTopology ( ) : System

비공개 메소드들

메소드 설명
create ( GlobalLBTopologyTopologyRecord records, long weights, long orders ) : void
delete_all_topology_records ( ) : void
delete_topology_record ( GlobalLBTopologyTopologyRecord records ) : void
get_description ( GlobalLBTopologyTopologyRecord records ) : string[]
get_list ( ) : iControl.GlobalLBTopologyTopologyRecord[]
get_order ( GlobalLBTopologyTopologyRecord records ) : long[]
get_version ( ) : string
get_weight ( GlobalLBTopologyTopologyRecord records ) : long[]
set_description ( GlobalLBTopologyTopologyRecord records, string descriptions ) : void
set_order ( GlobalLBTopologyTopologyRecord records, long orders ) : void
set_weight ( GlobalLBTopologyTopologyRecord records, long weights ) : void

메소드 상세

Begincreate() 공개 메소드

public Begincreate ( GlobalLBTopologyTopologyRecord records, long weights, long orders, System callback, object asyncState ) : System.IAsyncResult
records GlobalLBTopologyTopologyRecord
weights long
orders long
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_topology_records() 공개 메소드

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

Begindelete_topology_record() 공개 메소드

public Begindelete_topology_record ( GlobalLBTopologyTopologyRecord records, System callback, object asyncState ) : System.IAsyncResult
records GlobalLBTopologyTopologyRecord
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

public Beginget_description ( GlobalLBTopologyTopologyRecord records, System callback, object asyncState ) : System.IAsyncResult
records GlobalLBTopologyTopologyRecord
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list() 공개 메소드

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

Beginget_order() 공개 메소드

public Beginget_order ( GlobalLBTopologyTopologyRecord records, System callback, object asyncState ) : System.IAsyncResult
records GlobalLBTopologyTopologyRecord
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginget_weight() 공개 메소드

public Beginget_weight ( GlobalLBTopologyTopologyRecord records, System callback, object asyncState ) : System.IAsyncResult
records GlobalLBTopologyTopologyRecord
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

public Beginset_description ( GlobalLBTopologyTopologyRecord records, string descriptions, System callback, object asyncState ) : System.IAsyncResult
records GlobalLBTopologyTopologyRecord
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_order() 공개 메소드

public Beginset_order ( GlobalLBTopologyTopologyRecord records, long orders, System callback, object asyncState ) : System.IAsyncResult
records GlobalLBTopologyTopologyRecord
orders long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_weight() 공개 메소드

public Beginset_weight ( GlobalLBTopologyTopologyRecord records, long weights, System callback, object asyncState ) : System.IAsyncResult
records GlobalLBTopologyTopologyRecord
weights long
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate() 공개 메소드

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

Enddelete_all_topology_records() 공개 메소드

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

Enddelete_topology_record() 공개 메소드

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

Endget_description() 공개 메소드

public Endget_description ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_list() 공개 메소드

public Endget_list ( System asyncResult ) : iControl.GlobalLBTopologyTopologyRecord[]
asyncResult System
리턴 iControl.GlobalLBTopologyTopologyRecord[]

Endget_order() 공개 메소드

public Endget_order ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endget_version() 공개 메소드

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

Endget_weight() 공개 메소드

public Endget_weight ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endset_description() 공개 메소드

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

Endset_order() 공개 메소드

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

Endset_weight() 공개 메소드

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

GlobalLBTopology() 공개 메소드

public GlobalLBTopology ( ) : System
리턴 System