C# 클래스 iControl.PEMListener

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

공개 메소드들

메소드 설명
Beginadd_virtual_server ( string listeners, string servers, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string listeners, string profiles, string servers, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_listeners ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_listener ( string listeners, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string listeners, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_spm_profile ( string listeners, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_virtual_server ( string listeners, System callback, object asyncState ) : System.IAsyncResult
Beginremove_virtual_server ( string listeners, string servers, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string listeners, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_spm_profile ( string listeners, string profiles, System callback, object asyncState ) : System.IAsyncResult
Endadd_virtual_server ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_listeners ( System asyncResult ) : void
Enddelete_listener ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_spm_profile ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endget_virtual_server ( System asyncResult ) : string[][]
Endremove_virtual_server ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_spm_profile ( System asyncResult ) : void
PEMListener ( ) : System

비공개 메소드들

메소드 설명
add_virtual_server ( string listeners, string servers ) : void
create ( string listeners, string profiles, string servers ) : void
delete_all_listeners ( ) : void
delete_listener ( string listeners ) : void
get_description ( string listeners ) : string[]
get_list ( ) : string[]
get_spm_profile ( string listeners ) : string[]
get_version ( ) : string
get_virtual_server ( string listeners ) : string[][]
remove_virtual_server ( string listeners, string servers ) : void
set_description ( string listeners, string descriptions ) : void
set_spm_profile ( string listeners, string profiles ) : void

메소드 상세

Beginadd_virtual_server() 공개 메소드

public Beginadd_virtual_server ( string listeners, string servers, System callback, object asyncState ) : System.IAsyncResult
listeners string
servers string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

public Begincreate ( string listeners, string profiles, string servers, System callback, object asyncState ) : System.IAsyncResult
listeners string
profiles string
servers string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_listeners() 공개 메소드

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

Begindelete_listener() 공개 메소드

public Begindelete_listener ( string listeners, System callback, object asyncState ) : System.IAsyncResult
listeners string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

public Beginget_description ( string listeners, System callback, object asyncState ) : System.IAsyncResult
listeners string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list() 공개 메소드

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

Beginget_spm_profile() 공개 메소드

public Beginget_spm_profile ( string listeners, System callback, object asyncState ) : System.IAsyncResult
listeners string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginget_virtual_server() 공개 메소드

public Beginget_virtual_server ( string listeners, System callback, object asyncState ) : System.IAsyncResult
listeners string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_virtual_server() 공개 메소드

public Beginremove_virtual_server ( string listeners, string servers, System callback, object asyncState ) : System.IAsyncResult
listeners string
servers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_spm_profile() 공개 메소드

public Beginset_spm_profile ( string listeners, string profiles, System callback, object asyncState ) : System.IAsyncResult
listeners string
profiles string
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_virtual_server() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_listeners() 공개 메소드

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

Enddelete_listener() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_spm_profile() 공개 메소드

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

Endget_version() 공개 메소드

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

Endget_virtual_server() 공개 메소드

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

Endremove_virtual_server() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_spm_profile() 공개 메소드

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

PEMListener() 공개 메소드

public PEMListener ( ) : System
리턴 System