C# Class iControl.iCallPeriodicHandler

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

Public Methods

Method Description
Begincreate ( string handlers, string scripts, long intervals, 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_first_occurrence ( string handlers, System callback, object asyncState ) : System.IAsyncResult
Beginget_handler_state ( string handlers, System callback, object asyncState ) : System.IAsyncResult
Beginget_interval ( string handlers, System callback, object asyncState ) : System.IAsyncResult
Beginget_last_occurrence ( 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_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string handlers, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_first_occurrence ( string handlers, CommonTimeStamp occurrences, System callback, object asyncState ) : System.IAsyncResult
Beginset_handler_state ( string handlers, iCallGeneralHandlerState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_interval ( string handlers, long intervals, System callback, object asyncState ) : System.IAsyncResult
Beginset_last_occurrence ( string handlers, iCallPeriodicHandlerExpiry occurrences, System callback, object asyncState ) : System.IAsyncResult
Beginset_script ( string handlers, string scripts, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_handlers ( System asyncResult ) : void
Enddelete_handler ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_first_occurrence ( System asyncResult ) : iControl.CommonTimeStamp[]
Endget_handler_state ( System asyncResult ) : iCallGeneralHandlerState[]
Endget_interval ( System asyncResult ) : long[]
Endget_last_occurrence ( System asyncResult ) : iControl.iCallPeriodicHandlerExpiry[]
Endget_list ( System asyncResult ) : string[]
Endget_script ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_first_occurrence ( System asyncResult ) : void
Endset_handler_state ( System asyncResult ) : void
Endset_interval ( System asyncResult ) : void
Endset_last_occurrence ( System asyncResult ) : void
Endset_script ( System asyncResult ) : void
iCallPeriodicHandler ( ) : System

Private Methods

Method Description
create ( string handlers, string scripts, long intervals ) : void
delete_all_handlers ( ) : void
delete_handler ( string handlers ) : void
get_description ( string handlers ) : string[]
get_first_occurrence ( string handlers ) : CommonTimeStamp[]
get_handler_state ( string handlers ) : iCallGeneralHandlerState[]
get_interval ( string handlers ) : long[]
get_last_occurrence ( string handlers ) : iCallPeriodicHandlerExpiry[]
get_list ( ) : string[]
get_script ( string handlers ) : string[]
get_version ( ) : string
set_description ( string handlers, string descriptions ) : void
set_first_occurrence ( string handlers, CommonTimeStamp occurrences ) : void
set_handler_state ( string handlers, iCallGeneralHandlerState states ) : void
set_interval ( string handlers, long intervals ) : void
set_last_occurrence ( string handlers, iCallPeriodicHandlerExpiry occurrences ) : void
set_script ( string handlers, string scripts ) : void

Method Details

Begincreate() public method

public Begincreate ( string handlers, string scripts, long intervals, System callback, object asyncState ) : System.IAsyncResult
handlers string
scripts string
intervals long
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_first_occurrence() public method

public Beginget_first_occurrence ( string handlers, System callback, object asyncState ) : System.IAsyncResult
handlers 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_interval() public method

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

Beginget_last_occurrence() public method

public Beginget_last_occurrence ( 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_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
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_first_occurrence() public method

public Beginset_first_occurrence ( string handlers, CommonTimeStamp occurrences, System callback, object asyncState ) : System.IAsyncResult
handlers string
occurrences CommonTimeStamp
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_interval() public method

public Beginset_interval ( string handlers, long intervals, System callback, object asyncState ) : System.IAsyncResult
handlers string
intervals long
callback System
asyncState object
return System.IAsyncResult

Beginset_last_occurrence() public method

public Beginset_last_occurrence ( string handlers, iCallPeriodicHandlerExpiry occurrences, System callback, object asyncState ) : System.IAsyncResult
handlers string
occurrences iCallPeriodicHandlerExpiry
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

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_first_occurrence() public method

public Endget_first_occurrence ( System asyncResult ) : iControl.CommonTimeStamp[]
asyncResult System
return iControl.CommonTimeStamp[]

Endget_handler_state() public method

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

Endget_interval() public method

public Endget_interval ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_last_occurrence() public method

public Endget_last_occurrence ( System asyncResult ) : iControl.iCallPeriodicHandlerExpiry[]
asyncResult System
return iControl.iCallPeriodicHandlerExpiry[]

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_version() public method

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

Endset_description() public method

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

Endset_first_occurrence() public method

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

Endset_handler_state() public method

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

Endset_interval() public method

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

Endset_last_occurrence() public method

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

Endset_script() public method

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

iCallPeriodicHandler() public method

public iCallPeriodicHandler ( ) : System
return System