C# Класс iControl.iCallPerpetualHandler

Наследование: iControlInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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