C# 클래스 iControl.iCallPerpetualHandler

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

공개 메소드들

메소드 설명
Beginadd_filter ( string handlers, string subscriptions, string filters, string values, System callback, object asyncState ) : System.IAsyncResult
Beginadd_subscription ( string handlers, string subscriptions, string events, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string handlers, string scripts, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_handlers ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_handler ( string handlers, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string handlers, System callback, object asyncState ) : System.IAsyncResult
Beginget_filter ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult
Beginget_filter_match_algorithm ( string handlers, string subscriptions, string filters, System callback, object asyncState ) : System.IAsyncResult
Beginget_filter_value ( string handlers, string subscriptions, string filters, System callback, object asyncState ) : System.IAsyncResult
Beginget_handler_state ( string handlers, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_script ( string handlers, System callback, object asyncState ) : System.IAsyncResult
Beginget_subscription ( string handlers, System callback, object asyncState ) : System.IAsyncResult
Beginget_subscription_event ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_filters ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_subscriptions ( string handlers, System callback, object asyncState ) : System.IAsyncResult
Beginremove_filter ( string handlers, string subscriptions, string filters, System callback, object asyncState ) : System.IAsyncResult
Beginremove_subscription ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string handlers, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_filter_match_algorithm ( string handlers, string subscriptions, string filters, iCallMatchAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
Beginset_filter_value ( string handlers, string subscriptions, string filters, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_handler_state ( string handlers, iCallPerpetualHandlerState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_script ( string handlers, string scripts, System callback, object asyncState ) : System.IAsyncResult
Beginset_subscription_event ( string handlers, string subscriptions, string events, System callback, object asyncState ) : System.IAsyncResult
Endadd_filter ( System asyncResult ) : void
Endadd_subscription ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_handlers ( System asyncResult ) : void
Enddelete_handler ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_filter ( System asyncResult ) : string[][][]
Endget_filter_match_algorithm ( System asyncResult ) : iCallMatchAlgorithm[][][]
Endget_filter_value ( System asyncResult ) : string[][][]
Endget_handler_state ( System asyncResult ) : iCallPerpetualHandlerState[]
Endget_list ( System asyncResult ) : string[]
Endget_script ( System asyncResult ) : string[]
Endget_subscription ( System asyncResult ) : string[][]
Endget_subscription_event ( System asyncResult ) : string[][]
Endget_version ( System asyncResult ) : string
Endremove_all_filters ( System asyncResult ) : void
Endremove_all_subscriptions ( System asyncResult ) : void
Endremove_filter ( System asyncResult ) : void
Endremove_subscription ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_filter_match_algorithm ( System asyncResult ) : void
Endset_filter_value ( System asyncResult ) : void
Endset_handler_state ( System asyncResult ) : void
Endset_script ( System asyncResult ) : void
Endset_subscription_event ( System asyncResult ) : void
iCallPerpetualHandler ( ) : System

비공개 메소드들

메소드 설명
add_filter ( string handlers, string subscriptions, string filters, string values ) : void
add_subscription ( string handlers, string subscriptions, string events ) : void
create ( string handlers, string scripts ) : void
delete_all_handlers ( ) : void
delete_handler ( string handlers ) : void
get_description ( string handlers ) : string[]
get_filter ( string handlers, string subscriptions ) : string[][][]
get_filter_match_algorithm ( string handlers, string subscriptions, string filters ) : iCallMatchAlgorithm[][][]
get_filter_value ( string handlers, string subscriptions, string filters ) : string[][][]
get_handler_state ( string handlers ) : iCallPerpetualHandlerState[]
get_list ( ) : string[]
get_script ( string handlers ) : string[]
get_subscription ( string handlers ) : string[][]
get_subscription_event ( string handlers, string subscriptions ) : string[][]
get_version ( ) : string
remove_all_filters ( string handlers, string subscriptions ) : void
remove_all_subscriptions ( string handlers ) : void
remove_filter ( string handlers, string subscriptions, string filters ) : void
remove_subscription ( string handlers, string subscriptions ) : void
set_description ( string handlers, string descriptions ) : void
set_filter_match_algorithm ( string handlers, string subscriptions, string filters, iCallMatchAlgorithm algorithms ) : void
set_filter_value ( string handlers, string subscriptions, string filters, string values ) : void
set_handler_state ( string handlers, iCallPerpetualHandlerState states ) : void
set_script ( string handlers, string scripts ) : void
set_subscription_event ( string handlers, string subscriptions, string events ) : void

메소드 상세

Beginadd_filter() 공개 메소드

public Beginadd_filter ( string handlers, string subscriptions, string filters, string values, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
filters string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_subscription() 공개 메소드

public Beginadd_subscription ( string handlers, string subscriptions, string events, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
events string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

public Begincreate ( string handlers, string scripts, System callback, object asyncState ) : System.IAsyncResult
handlers string
scripts string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_handlers() 공개 메소드

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

Begindelete_handler() 공개 메소드

public Begindelete_handler ( string handlers, System callback, object asyncState ) : System.IAsyncResult
handlers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_filter() 공개 메소드

public Beginget_filter ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_filter_match_algorithm() 공개 메소드

public Beginget_filter_match_algorithm ( string handlers, string subscriptions, string filters, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
filters string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_filter_value() 공개 메소드

public Beginget_filter_value ( string handlers, string subscriptions, string filters, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
filters string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_handler_state() 공개 메소드

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

public Beginget_script ( string handlers, System callback, object asyncState ) : System.IAsyncResult
handlers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_subscription() 공개 메소드

public Beginget_subscription ( string handlers, System callback, object asyncState ) : System.IAsyncResult
handlers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_subscription_event() 공개 메소드

public Beginget_subscription_event ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
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_filters() 공개 메소드

public Beginremove_all_filters ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_subscriptions() 공개 메소드

public Beginremove_all_subscriptions ( string handlers, System callback, object asyncState ) : System.IAsyncResult
handlers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_filter() 공개 메소드

public Beginremove_filter ( string handlers, string subscriptions, string filters, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
filters string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_subscription() 공개 메소드

public Beginremove_subscription ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_filter_match_algorithm() 공개 메소드

public Beginset_filter_match_algorithm ( string handlers, string subscriptions, string filters, iCallMatchAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
filters string
algorithms iCallMatchAlgorithm
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_filter_value() 공개 메소드

public Beginset_filter_value ( string handlers, string subscriptions, string filters, string values, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
filters string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_handler_state() 공개 메소드

public Beginset_handler_state ( string handlers, iCallPerpetualHandlerState states, System callback, object asyncState ) : System.IAsyncResult
handlers string
states iCallPerpetualHandlerState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_script() 공개 메소드

public Beginset_script ( string handlers, string scripts, System callback, object asyncState ) : System.IAsyncResult
handlers string
scripts string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_subscription_event() 공개 메소드

public Beginset_subscription_event ( string handlers, string subscriptions, string events, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
events string
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_filter() 공개 메소드

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

Endadd_subscription() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_handlers() 공개 메소드

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

Enddelete_handler() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_filter() 공개 메소드

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

Endget_filter_match_algorithm() 공개 메소드

public Endget_filter_match_algorithm ( System asyncResult ) : iCallMatchAlgorithm[][][]
asyncResult System
리턴 iCallMatchAlgorithm[][][]

Endget_filter_value() 공개 메소드

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

Endget_handler_state() 공개 메소드

public Endget_handler_state ( System asyncResult ) : iCallPerpetualHandlerState[]
asyncResult System
리턴 iCallPerpetualHandlerState[]

Endget_list() 공개 메소드

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

Endget_script() 공개 메소드

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

Endget_subscription() 공개 메소드

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

Endget_subscription_event() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_all_filters() 공개 메소드

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

Endremove_all_subscriptions() 공개 메소드

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

Endremove_filter() 공개 메소드

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

Endremove_subscription() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_filter_match_algorithm() 공개 메소드

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

Endset_filter_value() 공개 메소드

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

Endset_handler_state() 공개 메소드

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

Endset_script() 공개 메소드

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

Endset_subscription_event() 공개 메소드

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

iCallPerpetualHandler() 공개 메소드

public iCallPerpetualHandler ( ) : System
리턴 System