Méthode | Description | |
---|---|---|
Beginadd_transfer_client ( string zones, string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string zones, 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_dns_express_notify_action ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_dns_express_server ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_dns_express_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_dns_express_verify_notify_tsig_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_dns_express_zone_db_statistics ( string zones, long sizes, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_object_status ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_response_policy_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_server_tsig_key ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_transfer_client ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_transfer_clients ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_transfer_client ( string zones, string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_dns_express_notify_action ( string zones, LocalLBDNSZoneNOTIFYAction actions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_dns_express_server ( string zones, string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_dns_express_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_dns_express_verify_notify_tsig_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_response_policy_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_server_tsig_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_transfer_client ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_zones ( System asyncResult ) : void | ||
Enddelete_zone ( System asyncResult ) : void | ||
Endget_all_statistics ( System asyncResult ) : |
||
Endget_dns_express_notify_action ( System asyncResult ) : LocalLBDNSZoneNOTIFYAction[] | ||
Endget_dns_express_server ( System asyncResult ) : string[] | ||
Endget_dns_express_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_dns_express_verify_notify_tsig_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_dns_express_zone_db_statistics ( System asyncResult ) : |
||
Endget_list ( System asyncResult ) : string[] | ||
Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[] | ||
Endget_response_policy_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_server_tsig_key ( System asyncResult ) : string[] | ||
Endget_statistics ( System asyncResult ) : |
||
Endget_transfer_client ( System asyncResult ) : string[][] | ||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_transfer_clients ( System asyncResult ) : void | ||
Endremove_transfer_client ( System asyncResult ) : void | ||
Endreset_statistics ( System asyncResult ) : void | ||
Endset_dns_express_notify_action ( System asyncResult ) : void | ||
Endset_dns_express_server ( System asyncResult ) : void | ||
Endset_dns_express_state ( System asyncResult ) : void | ||
Endset_dns_express_verify_notify_tsig_state ( System asyncResult ) : void | ||
Endset_response_policy_state ( System asyncResult ) : void | ||
Endset_server_tsig_key ( System asyncResult ) : void | ||
LocalLBDNSZone ( ) : System |
Méthode | Description | |
---|---|---|
add_transfer_client ( string zones, string servers ) : void | ||
create ( string zones ) : void | ||
delete_all_zones ( ) : void | ||
delete_zone ( string zones ) : void | ||
get_all_statistics ( ) : |
||
get_dns_express_notify_action ( string zones ) : LocalLBDNSZoneNOTIFYAction[] | ||
get_dns_express_server ( string zones ) : string[] | ||
get_dns_express_state ( string zones ) : CommonEnabledState[] | ||
get_dns_express_verify_notify_tsig_state ( string zones ) : CommonEnabledState[] | ||
get_dns_express_zone_db_statistics ( string zones, long sizes ) : |
||
get_list ( ) : string[] | ||
get_object_status ( string zones ) : iControl.CommonObjectStatus[] | ||
get_response_policy_state ( string zones ) : CommonEnabledState[] | ||
get_server_tsig_key ( string zones ) : string[] | ||
get_statistics ( string zones ) : LocalLBDNSZoneDNSZoneStatistics | ||
get_transfer_client ( string zones ) : string[][] | ||
get_version ( ) : string | ||
remove_all_transfer_clients ( string zones ) : void | ||
remove_transfer_client ( string zones, string servers ) : void | ||
reset_statistics ( string zones ) : void | ||
set_dns_express_notify_action ( string zones, LocalLBDNSZoneNOTIFYAction actions ) : void | ||
set_dns_express_server ( string zones, string servers ) : void | ||
set_dns_express_state ( string zones, CommonEnabledState states ) : void | ||
set_dns_express_verify_notify_tsig_state ( string zones, CommonEnabledState states ) : void | ||
set_response_policy_state ( string zones, CommonEnabledState states ) : void | ||
set_server_tsig_key ( string zones, string keys ) : void |
public Beginadd_transfer_client ( string zones, string servers, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
servers | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Begincreate ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Begindelete_all_zones ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Begindelete_zone ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_dns_express_notify_action ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_dns_express_server ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_dns_express_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_dns_express_verify_notify_tsig_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_dns_express_zone_db_statistics ( string zones, long sizes, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
sizes | long | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_object_status ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_response_policy_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_server_tsig_key ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_transfer_client ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginremove_all_transfer_clients ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginremove_transfer_client ( string zones, string servers, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
servers | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginreset_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginset_dns_express_notify_action ( string zones, LocalLBDNSZoneNOTIFYAction actions, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
actions | LocalLBDNSZoneNOTIFYAction | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginset_dns_express_server ( string zones, string servers, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
servers | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginset_dns_express_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginset_dns_express_verify_notify_tsig_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginset_response_policy_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginset_server_tsig_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
keys | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Endadd_transfer_client ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Enddelete_all_zones ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Enddelete_zone ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endget_all_statistics ( System asyncResult ) : |
||
asyncResult | System | |
Résultat |
public Endget_dns_express_notify_action ( System asyncResult ) : LocalLBDNSZoneNOTIFYAction[] | ||
asyncResult | System | |
Résultat | LocalLBDNSZoneNOTIFYAction[] |
public Endget_dns_express_server ( System asyncResult ) : string[] | ||
asyncResult | System | |
Résultat | string[] |
public Endget_dns_express_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
Résultat | CommonEnabledState[] |
public Endget_dns_express_verify_notify_tsig_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
Résultat | CommonEnabledState[] |
public Endget_dns_express_zone_db_statistics ( System asyncResult ) : |
||
asyncResult | System | |
Résultat |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
Résultat | string[] |
public Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[] | ||
asyncResult | System | |
Résultat | iControl.CommonObjectStatus[] |
public Endget_response_policy_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
Résultat | CommonEnabledState[] |
public Endget_server_tsig_key ( System asyncResult ) : string[] | ||
asyncResult | System | |
Résultat | string[] |
public Endget_statistics ( System asyncResult ) : |
||
asyncResult | System | |
Résultat |
public Endget_transfer_client ( System asyncResult ) : string[][] | ||
asyncResult | System | |
Résultat | string[][] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
Résultat | string |
public Endremove_all_transfer_clients ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endremove_transfer_client ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endreset_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_dns_express_notify_action ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_dns_express_server ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_dns_express_state ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_dns_express_verify_notify_tsig_state ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_response_policy_state ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_server_tsig_key ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |