메소드 | 설명 | |
---|---|---|
Beginadd_profile ( string clients, string profiles, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string clients, string addresses, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_clients ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_client ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_enabled_state ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_heartbeat_interval ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_maximum_retries ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_profile ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_request_timeout ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_retry_interval ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_server_address ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_server_port ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_statistics ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_profiles ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_profile ( string clients, string profiles, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_connection ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_statistics ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_enabled_state ( string clients, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_heartbeat_interval ( string clients, long intervals, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_maximum_retries ( string clients, long retries, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_request_timeout ( string clients, long timeouts, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_retry_interval ( string clients, long intervals, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_server_address ( string clients, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_server_port ( string clients, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_profile ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_clients ( System asyncResult ) : void | ||
Enddelete_client ( System asyncResult ) : void | ||
Endget_all_statistics ( System asyncResult ) : |
||
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_heartbeat_interval ( System asyncResult ) : long[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_maximum_retries ( System asyncResult ) : long[] | ||
Endget_profile ( System asyncResult ) : iControl.SystemSystemProfileAttribute[][] | ||
Endget_request_timeout ( System asyncResult ) : long[] | ||
Endget_retry_interval ( System asyncResult ) : long[] | ||
Endget_server_address ( System asyncResult ) : string[] | ||
Endget_server_port ( System asyncResult ) : long[] | ||
Endget_statistics ( System asyncResult ) : |
||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_profiles ( System asyncResult ) : void | ||
Endremove_profile ( System asyncResult ) : void | ||
Endreset_connection ( System asyncResult ) : void | ||
Endreset_statistics ( System asyncResult ) : void | ||
Endset_enabled_state ( System asyncResult ) : void | ||
Endset_heartbeat_interval ( System asyncResult ) : void | ||
Endset_maximum_retries ( System asyncResult ) : void | ||
Endset_request_timeout ( System asyncResult ) : void | ||
Endset_retry_interval ( System asyncResult ) : void | ||
Endset_server_address ( System asyncResult ) : void | ||
Endset_server_port ( System asyncResult ) : void | ||
SystemCryptoClient ( ) : System |
메소드 | 설명 | |
---|---|---|
add_profile ( string clients, string profiles ) : void | ||
create ( string clients, string addresses, long ports ) : void | ||
delete_all_clients ( ) : void | ||
delete_client ( string clients ) : void | ||
get_all_statistics ( ) : |
||
get_enabled_state ( string clients ) : CommonEnabledState[] | ||
get_heartbeat_interval ( string clients ) : long[] | ||
get_list ( ) : string[] | ||
get_maximum_retries ( string clients ) : long[] | ||
get_profile ( string clients ) : iControl.SystemSystemProfileAttribute[][] | ||
get_request_timeout ( string clients ) : long[] | ||
get_retry_interval ( string clients ) : long[] | ||
get_server_address ( string clients ) : string[] | ||
get_server_port ( string clients ) : long[] | ||
get_statistics ( string clients ) : |
||
get_version ( ) : string | ||
remove_all_profiles ( string clients ) : void | ||
remove_profile ( string clients, string profiles ) : void | ||
reset_connection ( string clients ) : void | ||
reset_statistics ( string clients ) : void | ||
set_enabled_state ( string clients, CommonEnabledState states ) : void | ||
set_heartbeat_interval ( string clients, long intervals ) : void | ||
set_maximum_retries ( string clients, long retries ) : void | ||
set_request_timeout ( string clients, long timeouts ) : void | ||
set_retry_interval ( string clients, long intervals ) : void | ||
set_server_address ( string clients, string addresses ) : void | ||
set_server_port ( string clients, long ports ) : void |
public Beginadd_profile ( string clients, string profiles, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
profiles | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begincreate ( string clients, string addresses, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
addresses | string | |
ports | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_all_clients ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_client ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_enabled_state ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_heartbeat_interval ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_maximum_retries ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_profile ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_request_timeout ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_retry_interval ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_server_address ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_server_port ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_statistics ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_all_profiles ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_profile ( string clients, string profiles, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
profiles | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginreset_connection ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginreset_statistics ( string clients, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_enabled_state ( string clients, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_heartbeat_interval ( string clients, long intervals, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
intervals | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_maximum_retries ( string clients, long retries, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
retries | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_request_timeout ( string clients, long timeouts, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
timeouts | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_retry_interval ( string clients, long intervals, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
intervals | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_server_address ( string clients, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
addresses | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_server_port ( string clients, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
clients | string | |
ports | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Endadd_profile ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_all_clients ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_client ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endget_all_statistics ( System asyncResult ) : |
||
asyncResult | System | |
리턴 |
public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
리턴 | CommonEnabledState[] |
public Endget_heartbeat_interval ( System asyncResult ) : long[] | ||
asyncResult | System | |
리턴 | long[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_maximum_retries ( System asyncResult ) : long[] | ||
asyncResult | System | |
리턴 | long[] |
public Endget_profile ( System asyncResult ) : iControl.SystemSystemProfileAttribute[][] | ||
asyncResult | System | |
리턴 | iControl.SystemSystemProfileAttribute[][] |
public Endget_request_timeout ( System asyncResult ) : long[] | ||
asyncResult | System | |
리턴 | long[] |
public Endget_retry_interval ( System asyncResult ) : long[] | ||
asyncResult | System | |
리턴 | long[] |
public Endget_server_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_server_port ( System asyncResult ) : long[] | ||
asyncResult | System | |
리턴 | long[] |
public Endget_statistics ( System asyncResult ) : |
||
asyncResult | System | |
리턴 |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endremove_all_profiles ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endremove_profile ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endreset_connection ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endreset_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_heartbeat_interval ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_maximum_retries ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_request_timeout ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_retry_interval ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_server_address ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_server_port ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |