메소드 | 설명 | |
---|---|---|
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, |
||
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, |
||
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 |
메소드 | 설명 | |
---|---|---|
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 |
public Begincreate ( string handlers, string scripts, long intervals, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
scripts | string | |
intervals | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_all_handlers ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_handler ( string handlers, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_description ( string handlers, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_first_occurrence ( string handlers, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_handler_state ( string handlers, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_interval ( string handlers, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_last_occurrence ( string handlers, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_script ( string handlers, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_description ( string handlers, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_first_occurrence ( string handlers, |
||
handlers | string | |
occurrences | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_handler_state ( string handlers, iCallGeneralHandlerState states, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
states | iCallGeneralHandlerState | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_interval ( string handlers, long intervals, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
intervals | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_last_occurrence ( string handlers, |
||
handlers | string | |
occurrences | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_script ( string handlers, string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
handlers | string | |
scripts | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Enddelete_all_handlers ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_handler ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_first_occurrence ( System asyncResult ) : iControl.CommonTimeStamp[] | ||
asyncResult | System | |
리턴 | iControl.CommonTimeStamp[] |
public Endget_handler_state ( System asyncResult ) : iCallGeneralHandlerState[] | ||
asyncResult | System | |
리턴 | iCallGeneralHandlerState[] |
public Endget_interval ( System asyncResult ) : long[] | ||
asyncResult | System | |
리턴 | long[] |
public Endget_last_occurrence ( System asyncResult ) : iControl.iCallPeriodicHandlerExpiry[] | ||
asyncResult | System | |
리턴 | iControl.iCallPeriodicHandlerExpiry[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_script ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_first_occurrence ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_handler_state ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_interval ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_last_occurrence ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_script ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |