Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
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 |
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 | |
Résultat | System.IAsyncResult |
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 | |
Résultat | System.IAsyncResult |
public Begincreate ( string handlers, string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
scripts | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Begindelete_all_handlers ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Begindelete_handler ( string handlers, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_description ( string handlers, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_filter ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
subscriptions | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
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 | |
Résultat | System.IAsyncResult |
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 | |
Résultat | System.IAsyncResult |
public Beginget_handler_state ( string handlers, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_script ( string handlers, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_subscription ( string handlers, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_subscription_event ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
subscriptions | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginremove_all_filters ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
subscriptions | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginremove_all_subscriptions ( string handlers, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
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 | |
Résultat | System.IAsyncResult |
public Beginremove_subscription ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
subscriptions | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginset_description ( string handlers, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
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 | |
Résultat | System.IAsyncResult |
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 | |
Résultat | System.IAsyncResult |
public Beginset_handler_state ( string handlers, iCallPerpetualHandlerState states, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
states | iCallPerpetualHandlerState | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginset_script ( string handlers, string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
scripts | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
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 | |
Résultat | System.IAsyncResult |
public Endadd_filter ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endadd_subscription ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Enddelete_all_handlers ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Enddelete_handler ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
Résultat | string[] |
public Endget_filter ( System asyncResult ) : string[][][] | ||
asyncResult | System | |
Résultat | string[][][] |
public Endget_filter_match_algorithm ( System asyncResult ) : iCallMatchAlgorithm[][][] | ||
asyncResult | System | |
Résultat | iCallMatchAlgorithm[][][] |
public Endget_filter_value ( System asyncResult ) : string[][][] | ||
asyncResult | System | |
Résultat | string[][][] |
public Endget_handler_state ( System asyncResult ) : iCallPerpetualHandlerState[] | ||
asyncResult | System | |
Résultat | iCallPerpetualHandlerState[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
Résultat | string[] |
public Endget_script ( System asyncResult ) : string[] | ||
asyncResult | System | |
Résultat | string[] |
public Endget_subscription ( System asyncResult ) : string[][] | ||
asyncResult | System | |
Résultat | string[][] |
public Endget_subscription_event ( System asyncResult ) : string[][] | ||
asyncResult | System | |
Résultat | string[][] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
Résultat | string |
public Endremove_all_filters ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endremove_all_subscriptions ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endremove_filter ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endremove_subscription ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_filter_match_algorithm ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_filter_value ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_handler_state ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_script ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_subscription_event ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |