C# 클래스 iControl.LogPublisher

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

공개 메소드들

메소드 설명
Beginadd_destination ( string publishers, string destinations, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string publishers, string destinations, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_publishers ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_publisher ( string publishers, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string publishers, System callback, object asyncState ) : System.IAsyncResult
Beginget_destination ( string publishers, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_destinations ( string publishers, System callback, object asyncState ) : System.IAsyncResult
Beginremove_destination ( string publishers, string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string publishers, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Endadd_destination ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_publishers ( System asyncResult ) : void
Enddelete_publisher ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_destination ( System asyncResult ) : string[][]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endremove_all_destinations ( System asyncResult ) : void
Endremove_destination ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
LogPublisher ( ) : System

비공개 메소드들

메소드 설명
add_destination ( string publishers, string destinations ) : void
create ( string publishers, string destinations ) : void
delete_all_publishers ( ) : void
delete_publisher ( string publishers ) : void
get_description ( string publishers ) : string[]
get_destination ( string publishers ) : string[][]
get_list ( ) : string[]
get_version ( ) : string
remove_all_destinations ( string publishers ) : void
remove_destination ( string publishers, string destinations ) : void
set_description ( string publishers, string descriptions ) : void

메소드 상세

Beginadd_destination() 공개 메소드

public Beginadd_destination ( string publishers, string destinations, System callback, object asyncState ) : System.IAsyncResult
publishers string
destinations string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

public Begincreate ( string publishers, string destinations, System callback, object asyncState ) : System.IAsyncResult
publishers string
destinations string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_publishers() 공개 메소드

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

Begindelete_publisher() 공개 메소드

public Begindelete_publisher ( string publishers, System callback, object asyncState ) : System.IAsyncResult
publishers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_destination() 공개 메소드

public Beginget_destination ( string publishers, System callback, object asyncState ) : System.IAsyncResult
publishers 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_version() 공개 메소드

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

Beginremove_all_destinations() 공개 메소드

public Beginremove_all_destinations ( string publishers, System callback, object asyncState ) : System.IAsyncResult
publishers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_destination() 공개 메소드

public Beginremove_destination ( string publishers, string destinations, System callback, object asyncState ) : System.IAsyncResult
publishers string
destinations string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Endadd_destination() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_publishers() 공개 메소드

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

Enddelete_publisher() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_destination() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_all_destinations() 공개 메소드

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

Endremove_destination() 공개 메소드

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

Endset_description() 공개 메소드

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

LogPublisher() 공개 메소드

public LogPublisher ( ) : System
리턴 System