C# 클래스 iControl.LocalLBProfileDNSLogging

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

공개 메소드들

메소드 설명
Begincreate ( string profile_names, string publishers, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_complete_answer_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_dns_log_publisher ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_query_id_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_query_logging_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_response_logging_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_timestamp_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_view_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_complete_answer_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_dns_log_publisher ( string profile_names, string publishers, System callback, object asyncState ) : System.IAsyncResult
Beginset_query_id_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_query_logging_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_response_logging_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_timestamp_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_view_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_complete_answer_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_dns_log_publisher ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_query_id_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_query_logging_state ( System asyncResult ) : CommonEnabledState[]
Endget_response_logging_state ( System asyncResult ) : CommonEnabledState[]
Endget_source_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_timestamp_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endget_view_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endset_complete_answer_enabled_state ( System asyncResult ) : void
Endset_dns_log_publisher ( System asyncResult ) : void
Endset_query_id_enabled_state ( System asyncResult ) : void
Endset_query_logging_state ( System asyncResult ) : void
Endset_response_logging_state ( System asyncResult ) : void
Endset_source_enabled_state ( System asyncResult ) : void
Endset_timestamp_enabled_state ( System asyncResult ) : void
Endset_view_enabled_state ( System asyncResult ) : void
LocalLBProfileDNSLogging ( ) : System

비공개 메소드들

메소드 설명
create ( string profile_names, string publishers ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_complete_answer_enabled_state ( string profile_names ) : CommonEnabledState[]
get_dns_log_publisher ( string profile_names ) : string[]
get_list ( ) : string[]
get_query_id_enabled_state ( string profile_names ) : CommonEnabledState[]
get_query_logging_state ( string profile_names ) : CommonEnabledState[]
get_response_logging_state ( string profile_names ) : CommonEnabledState[]
get_source_enabled_state ( string profile_names ) : CommonEnabledState[]
get_timestamp_enabled_state ( string profile_names ) : CommonEnabledState[]
get_version ( ) : string
get_view_enabled_state ( string profile_names ) : CommonEnabledState[]
set_complete_answer_enabled_state ( string profile_names, CommonEnabledState states ) : void
set_dns_log_publisher ( string profile_names, string publishers ) : void
set_query_id_enabled_state ( string profile_names, CommonEnabledState states ) : void
set_query_logging_state ( string profile_names, CommonEnabledState states ) : void
set_response_logging_state ( string profile_names, CommonEnabledState states ) : void
set_source_enabled_state ( string profile_names, CommonEnabledState states ) : void
set_timestamp_enabled_state ( string profile_names, CommonEnabledState states ) : void
set_view_enabled_state ( string profile_names, CommonEnabledState states ) : void

메소드 상세

Begincreate() 공개 메소드

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

Begindelete_all_profiles() 공개 메소드

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

Begindelete_profile() 공개 메소드

public Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_complete_answer_enabled_state() 공개 메소드

public Beginget_complete_answer_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_dns_log_publisher() 공개 메소드

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

public Beginget_query_id_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_query_logging_state() 공개 메소드

public Beginget_query_logging_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_response_logging_state() 공개 메소드

public Beginget_response_logging_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_source_enabled_state() 공개 메소드

public Beginget_source_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_timestamp_enabled_state() 공개 메소드

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

public Beginget_view_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_complete_answer_enabled_state() 공개 메소드

public Beginset_complete_answer_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_dns_log_publisher() 공개 메소드

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

Beginset_query_id_enabled_state() 공개 메소드

public Beginset_query_id_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_query_logging_state() 공개 메소드

public Beginset_query_logging_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_response_logging_state() 공개 메소드

public Beginset_response_logging_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_source_enabled_state() 공개 메소드

public Beginset_source_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_timestamp_enabled_state() 공개 메소드

public Beginset_timestamp_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_view_enabled_state() 공개 메소드

public Beginset_view_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate() 공개 메소드

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

Enddelete_all_profiles() 공개 메소드

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

Enddelete_profile() 공개 메소드

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

Endget_complete_answer_enabled_state() 공개 메소드

public Endget_complete_answer_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_dns_log_publisher() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_query_id_enabled_state() 공개 메소드

public Endget_query_id_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_query_logging_state() 공개 메소드

public Endget_query_logging_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_response_logging_state() 공개 메소드

public Endget_response_logging_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_source_enabled_state() 공개 메소드

public Endget_source_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_timestamp_enabled_state() 공개 메소드

public Endget_timestamp_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_version() 공개 메소드

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

Endget_view_enabled_state() 공개 메소드

public Endget_view_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endset_complete_answer_enabled_state() 공개 메소드

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

Endset_dns_log_publisher() 공개 메소드

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

Endset_query_id_enabled_state() 공개 메소드

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

Endset_query_logging_state() 공개 메소드

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

Endset_response_logging_state() 공개 메소드

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

Endset_source_enabled_state() 공개 메소드

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

Endset_timestamp_enabled_state() 공개 메소드

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

Endset_view_enabled_state() 공개 메소드

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

LocalLBProfileDNSLogging() 공개 메소드

public LocalLBProfileDNSLogging ( ) : System
리턴 System