C# Class iControl.iCallTriggeredHandler

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method 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, iCallGeneralHandlerState 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 ) : iCallGeneralHandlerState[]
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
iCallTriggeredHandler ( ) : System

Private Methods

Method 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 ) : iCallGeneralHandlerState[]
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, iCallGeneralHandlerState states ) : void
set_script ( string handlers, string scripts ) : void
set_subscription_event ( string handlers, string subscriptions, string events ) : void

Method Details

Beginadd_filter() public method

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
return System.IAsyncResult

Beginadd_subscription() public method

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
return System.IAsyncResult

Begincreate() public method

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

Begindelete_all_handlers() public method

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

Begindelete_handler() public method

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

Beginget_description() public method

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

Beginget_filter() public method

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

Beginget_filter_match_algorithm() public method

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
return System.IAsyncResult

Beginget_filter_value() public method

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
return System.IAsyncResult

Beginget_handler_state() public method

public Beginget_handler_state ( string handlers, System callback, object asyncState ) : System.IAsyncResult
handlers string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_script() public method

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

Beginget_subscription() public method

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

Beginget_subscription_event() public method

public Beginget_subscription_event ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

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

Beginremove_all_filters() public method

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

Beginremove_all_subscriptions() public method

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

Beginremove_filter() public method

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
return System.IAsyncResult

Beginremove_subscription() public method

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

Beginset_description() public method

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

Beginset_filter_match_algorithm() public method

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
return System.IAsyncResult

Beginset_filter_value() public method

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
return System.IAsyncResult

Beginset_handler_state() public method

public Beginset_handler_state ( string handlers, iCallGeneralHandlerState states, System callback, object asyncState ) : System.IAsyncResult
handlers string
states iCallGeneralHandlerState
callback System
asyncState object
return System.IAsyncResult

Beginset_script() public method

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

Beginset_subscription_event() public method

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
return System.IAsyncResult

Endadd_filter() public method

public Endadd_filter ( System asyncResult ) : void
asyncResult System
return void

Endadd_subscription() public method

public Endadd_subscription ( System asyncResult ) : void
asyncResult System
return void

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_handlers() public method

public Enddelete_all_handlers ( System asyncResult ) : void
asyncResult System
return void

Enddelete_handler() public method

public Enddelete_handler ( System asyncResult ) : void
asyncResult System
return void

Endget_description() public method

public Endget_description ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_filter() public method

public Endget_filter ( System asyncResult ) : string[][][]
asyncResult System
return string[][][]

Endget_filter_match_algorithm() public method

public Endget_filter_match_algorithm ( System asyncResult ) : iCallMatchAlgorithm[][][]
asyncResult System
return iCallMatchAlgorithm[][][]

Endget_filter_value() public method

public Endget_filter_value ( System asyncResult ) : string[][][]
asyncResult System
return string[][][]

Endget_handler_state() public method

public Endget_handler_state ( System asyncResult ) : iCallGeneralHandlerState[]
asyncResult System
return iCallGeneralHandlerState[]

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_script() public method

public Endget_script ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_subscription() public method

public Endget_subscription ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endget_subscription_event() public method

public Endget_subscription_event ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endremove_all_filters() public method

public Endremove_all_filters ( System asyncResult ) : void
asyncResult System
return void

Endremove_all_subscriptions() public method

public Endremove_all_subscriptions ( System asyncResult ) : void
asyncResult System
return void

Endremove_filter() public method

public Endremove_filter ( System asyncResult ) : void
asyncResult System
return void

Endremove_subscription() public method

public Endremove_subscription ( System asyncResult ) : void
asyncResult System
return void

Endset_description() public method

public Endset_description ( System asyncResult ) : void
asyncResult System
return void

Endset_filter_match_algorithm() public method

public Endset_filter_match_algorithm ( System asyncResult ) : void
asyncResult System
return void

Endset_filter_value() public method

public Endset_filter_value ( System asyncResult ) : void
asyncResult System
return void

Endset_handler_state() public method

public Endset_handler_state ( System asyncResult ) : void
asyncResult System
return void

Endset_script() public method

public Endset_script ( System asyncResult ) : void
asyncResult System
return void

Endset_subscription_event() public method

public Endset_subscription_event ( System asyncResult ) : void
asyncResult System
return void

iCallTriggeredHandler() public method

public iCallTriggeredHandler ( ) : System
return System