C# 클래스 iControl.LogDestinationRemoteHighSpeedLog

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

공개 메소드들

메소드 설명
Begincreate ( string destinations, string pools, LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
Begincreate_v2 ( string destinations, string pools, LogLogProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_remote_high_speed_log_destinations ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_remote_high_speed_log_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_log_distribution ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_log_protocol ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_log_protocol_v2 ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_pool ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string destinations, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_distribution ( string destinations, LogDestinationRemoteHighSpeedLogHighSpeedLogDistribution distributions, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_protocol ( string destinations, LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_protocol_v2 ( string destinations, LogLogProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
Beginset_pool ( string destinations, string pools, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Endcreate_v2 ( System asyncResult ) : void
Enddelete_all_remote_high_speed_log_destinations ( System asyncResult ) : void
Enddelete_remote_high_speed_log_destination ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_log_distribution ( System asyncResult ) : LogDestinationRemoteHighSpeedLogHighSpeedLogDistribution[]
Endget_log_protocol ( System asyncResult ) : LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol[]
Endget_log_protocol_v2 ( System asyncResult ) : LogLogProtocol[]
Endget_pool ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_log_distribution ( System asyncResult ) : void
Endset_log_protocol ( System asyncResult ) : void
Endset_log_protocol_v2 ( System asyncResult ) : void
Endset_pool ( System asyncResult ) : void
LogDestinationRemoteHighSpeedLog ( ) : System

비공개 메소드들

메소드 설명
create ( string destinations, string pools, LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol protocols ) : void
create_v2 ( string destinations, string pools, LogLogProtocol protocols ) : void
delete_all_remote_high_speed_log_destinations ( ) : void
delete_remote_high_speed_log_destination ( string destinations ) : void
get_description ( string destinations ) : string[]
get_list ( ) : string[]
get_log_distribution ( string destinations ) : LogDestinationRemoteHighSpeedLogHighSpeedLogDistribution[]
get_log_protocol ( string destinations ) : LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol[]
get_log_protocol_v2 ( string destinations ) : LogLogProtocol[]
get_pool ( string destinations ) : string[]
get_version ( ) : string
set_description ( string destinations, string descriptions ) : void
set_log_distribution ( string destinations, LogDestinationRemoteHighSpeedLogHighSpeedLogDistribution distributions ) : void
set_log_protocol ( string destinations, LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol protocols ) : void
set_log_protocol_v2 ( string destinations, LogLogProtocol protocols ) : void
set_pool ( string destinations, string pools ) : void

메소드 상세

Begincreate() 공개 메소드

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

Begincreate_v2() 공개 메소드

public Begincreate_v2 ( string destinations, string pools, LogLogProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
destinations string
pools string
protocols LogLogProtocol
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_remote_high_speed_log_destinations() 공개 메소드

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

Begindelete_remote_high_speed_log_destination() 공개 메소드

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

Beginget_description() 공개 메소드

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

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

Beginget_log_protocol() 공개 메소드

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

Beginget_log_protocol_v2() 공개 메소드

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

Beginget_pool() 공개 메소드

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

Beginget_version() 공개 메소드

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

Beginset_description() 공개 메소드

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

Beginset_log_distribution() 공개 메소드

public Beginset_log_distribution ( string destinations, LogDestinationRemoteHighSpeedLogHighSpeedLogDistribution distributions, System callback, object asyncState ) : System.IAsyncResult
destinations string
distributions LogDestinationRemoteHighSpeedLogHighSpeedLogDistribution
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_log_protocol() 공개 메소드

public Beginset_log_protocol ( string destinations, LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
destinations string
protocols LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_log_protocol_v2() 공개 메소드

public Beginset_log_protocol_v2 ( string destinations, LogLogProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
destinations string
protocols LogLogProtocol
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_pool() 공개 메소드

public Beginset_pool ( string destinations, string pools, System callback, object asyncState ) : System.IAsyncResult
destinations string
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate() 공개 메소드

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

Endcreate_v2() 공개 메소드

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

Enddelete_all_remote_high_speed_log_destinations() 공개 메소드

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

Enddelete_remote_high_speed_log_destination() 공개 메소드

public Enddelete_remote_high_speed_log_destination ( 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_log_distribution() 공개 메소드

public Endget_log_distribution ( System asyncResult ) : LogDestinationRemoteHighSpeedLogHighSpeedLogDistribution[]
asyncResult System
리턴 LogDestinationRemoteHighSpeedLogHighSpeedLogDistribution[]

Endget_log_protocol() 공개 메소드

public Endget_log_protocol ( System asyncResult ) : LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol[]
asyncResult System
리턴 LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol[]

Endget_log_protocol_v2() 공개 메소드

public Endget_log_protocol_v2 ( System asyncResult ) : LogLogProtocol[]
asyncResult System
리턴 LogLogProtocol[]

Endget_pool() 공개 메소드

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

Endget_version() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_log_distribution() 공개 메소드

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

Endset_log_protocol() 공개 메소드

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

Endset_log_protocol_v2() 공개 메소드

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

Endset_pool() 공개 메소드

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

LogDestinationRemoteHighSpeedLog() 공개 메소드

public LogDestinationRemoteHighSpeedLog ( ) : System
리턴 System