Метод | Описание | |
---|---|---|
Beginadd_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_zones ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_zone ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_authenticated_data_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_ds_algorithm ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_enabled_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_key ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_nsec3_iteration_count ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_object_status ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_secure_entry_point ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_transfer_external_serial ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_transfer_master_serial ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_keys ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_authenticated_data_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string zones, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_ds_algorithm ( string zones, GlobalLBDNSSECZoneHashAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_enabled_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_nsec3_iteration_count ( string zones, long counts, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_key ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_zones ( System asyncResult ) : void | ||
Enddelete_zone ( System asyncResult ) : void | ||
Endget_all_statistics ( System asyncResult ) : |
||
Endget_authenticated_data_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_ds_algorithm ( System asyncResult ) : GlobalLBDNSSECZoneHashAlgorithm[] | ||
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_key ( System asyncResult ) : string[][] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_nsec3_iteration_count ( System asyncResult ) : long[] | ||
Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[] | ||
Endget_secure_entry_point ( System asyncResult ) : iControl.GlobalLBDNSSECZoneSecureEntryPoint[][] | ||
Endget_statistics ( System asyncResult ) : |
||
Endget_transfer_external_serial ( System asyncResult ) : iControl.CommonULong64[] | ||
Endget_transfer_master_serial ( System asyncResult ) : iControl.CommonULong64[] | ||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_keys ( System asyncResult ) : void | ||
Endremove_key ( System asyncResult ) : void | ||
Endreset_statistics ( System asyncResult ) : void | ||
Endset_authenticated_data_state ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_ds_algorithm ( System asyncResult ) : void | ||
Endset_enabled_state ( System asyncResult ) : void | ||
Endset_nsec3_iteration_count ( System asyncResult ) : void | ||
GlobalLBDNSSECZone ( ) : System |
Метод | Описание | |
---|---|---|
add_key ( string zones, string keys ) : void | ||
create ( string zones, string keys ) : void | ||
delete_all_zones ( ) : void | ||
delete_zone ( string zones ) : void | ||
get_all_statistics ( ) : |
||
get_authenticated_data_state ( string zones ) : CommonEnabledState[] | ||
get_description ( string zones ) : string[] | ||
get_ds_algorithm ( string zones ) : GlobalLBDNSSECZoneHashAlgorithm[] | ||
get_enabled_state ( string zones ) : CommonEnabledState[] | ||
get_key ( string zones ) : string[][] | ||
get_list ( ) : string[] | ||
get_nsec3_iteration_count ( string zones ) : long[] | ||
get_object_status ( string zones ) : iControl.CommonObjectStatus[] | ||
get_secure_entry_point ( string zones ) : iControl.GlobalLBDNSSECZoneSecureEntryPoint[][] | ||
get_statistics ( string zones ) : |
||
get_transfer_external_serial ( string zones ) : iControl.CommonULong64[] | ||
get_transfer_master_serial ( string zones ) : iControl.CommonULong64[] | ||
get_version ( ) : string | ||
remove_all_keys ( string zones ) : void | ||
remove_key ( string zones, string keys ) : void | ||
reset_statistics ( string zones ) : void | ||
set_authenticated_data_state ( string zones, CommonEnabledState states ) : void | ||
set_description ( string zones, string descriptions ) : void | ||
set_ds_algorithm ( string zones, GlobalLBDNSSECZoneHashAlgorithm algorithms ) : void | ||
set_enabled_state ( string zones, CommonEnabledState states ) : void | ||
set_nsec3_iteration_count ( string zones, long counts ) : void |
public Beginadd_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
keys | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begincreate ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
keys | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begindelete_all_zones ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begindelete_zone ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | 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_authenticated_data_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_description ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_ds_algorithm ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_enabled_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_key ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_nsec3_iteration_count ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_object_status ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_secure_entry_point ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_transfer_external_serial ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_transfer_master_serial ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | 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_keys ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginremove_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
keys | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginreset_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_authenticated_data_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_description ( string zones, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_ds_algorithm ( string zones, GlobalLBDNSSECZoneHashAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
algorithms | GlobalLBDNSSECZoneHashAlgorithm | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_enabled_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_nsec3_iteration_count ( string zones, long counts, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
counts | long | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Endadd_key ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Enddelete_all_zones ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Enddelete_zone ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endget_all_statistics ( System asyncResult ) : |
||
asyncResult | System | |
Результат |
public Endget_authenticated_data_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
Результат | CommonEnabledState[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
Результат | string[] |
public Endget_ds_algorithm ( System asyncResult ) : GlobalLBDNSSECZoneHashAlgorithm[] | ||
asyncResult | System | |
Результат | GlobalLBDNSSECZoneHashAlgorithm[] |
public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
Результат | CommonEnabledState[] |
public Endget_key ( System asyncResult ) : string[][] | ||
asyncResult | System | |
Результат | string[][] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
Результат | string[] |
public Endget_nsec3_iteration_count ( System asyncResult ) : long[] | ||
asyncResult | System | |
Результат | long[] |
public Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[] | ||
asyncResult | System | |
Результат | iControl.CommonObjectStatus[] |
public Endget_secure_entry_point ( System asyncResult ) : iControl.GlobalLBDNSSECZoneSecureEntryPoint[][] | ||
asyncResult | System | |
Результат | iControl.GlobalLBDNSSECZoneSecureEntryPoint[][] |
public Endget_statistics ( System asyncResult ) : |
||
asyncResult | System | |
Результат |
public Endget_transfer_external_serial ( System asyncResult ) : iControl.CommonULong64[] | ||
asyncResult | System | |
Результат | iControl.CommonULong64[] |
public Endget_transfer_master_serial ( System asyncResult ) : iControl.CommonULong64[] | ||
asyncResult | System | |
Результат | iControl.CommonULong64[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
Результат | string |
public Endremove_all_keys ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endremove_key ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endreset_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_authenticated_data_state ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_ds_algorithm ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_nsec3_iteration_count ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |