Method | Description | |
---|---|---|
Begincreate ( string zones, string targets, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate_tsig_key ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms, string secrets, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_tsig_keys ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_zones ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_tsig_key ( string keys, 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_enabled_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_notify_action ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_object_status ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_transfer_target ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_tsig_key ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_tsig_key_algorithm ( string keys, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_tsig_key_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_tsig_key_secret ( string keys, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_verify_notify_tsig_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_zone_db_statistics ( string zones, long sizes, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_enabled_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_notify_action ( string zones, LocalLBDNSExpressNOTIFYAction actions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_transfer_target ( string zones, string targets, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_tsig_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_tsig_key_algorithm ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_tsig_key_secret ( string keys, string secrets, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_verify_notify_tsig_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Endcreate_tsig_key ( System asyncResult ) : void | ||
Enddelete_all_tsig_keys ( System asyncResult ) : void | ||
Enddelete_all_zones ( System asyncResult ) : void | ||
Enddelete_tsig_key ( System asyncResult ) : void | ||
Enddelete_zone ( System asyncResult ) : void | ||
Endget_all_statistics ( System asyncResult ) : |
||
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_notify_action ( System asyncResult ) : LocalLBDNSExpressNOTIFYAction[] | ||
Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[] | ||
Endget_statistics ( System asyncResult ) : |
||
Endget_transfer_target ( System asyncResult ) : string[] | ||
Endget_tsig_key ( System asyncResult ) : string[] | ||
Endget_tsig_key_algorithm ( System asyncResult ) : LocalLBDNSExpressTSIGKeyAlgorithm[] | ||
Endget_tsig_key_list ( System asyncResult ) : string[] | ||
Endget_tsig_key_secret ( System asyncResult ) : string[] | ||
Endget_verify_notify_tsig_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_version ( System asyncResult ) : string | ||
Endget_zone_db_statistics ( System asyncResult ) : |
||
Endset_enabled_state ( System asyncResult ) : void | ||
Endset_notify_action ( System asyncResult ) : void | ||
Endset_transfer_target ( System asyncResult ) : void | ||
Endset_tsig_key ( System asyncResult ) : void | ||
Endset_tsig_key_algorithm ( System asyncResult ) : void | ||
Endset_tsig_key_secret ( System asyncResult ) : void | ||
Endset_verify_notify_tsig_state ( System asyncResult ) : void | ||
LocalLBDNSExpress ( ) : System |
Method | Description | |
---|---|---|
create ( string zones, string targets ) : void | ||
create_tsig_key ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms, string secrets ) : void | ||
delete_all_tsig_keys ( ) : void | ||
delete_all_zones ( ) : void | ||
delete_tsig_key ( string keys ) : void | ||
delete_zone ( string zones ) : void | ||
get_all_statistics ( ) : |
||
get_enabled_state ( string zones ) : CommonEnabledState[] | ||
get_list ( ) : string[] | ||
get_notify_action ( string zones ) : LocalLBDNSExpressNOTIFYAction[] | ||
get_object_status ( string zones ) : iControl.CommonObjectStatus[] | ||
get_statistics ( string zones ) : |
||
get_transfer_target ( string zones ) : string[] | ||
get_tsig_key ( string zones ) : string[] | ||
get_tsig_key_algorithm ( string keys ) : LocalLBDNSExpressTSIGKeyAlgorithm[] | ||
get_tsig_key_list ( ) : string[] | ||
get_tsig_key_secret ( string keys ) : string[] | ||
get_verify_notify_tsig_state ( string zones ) : CommonEnabledState[] | ||
get_version ( ) : string | ||
get_zone_db_statistics ( string zones, long sizes ) : |
||
set_enabled_state ( string zones, CommonEnabledState states ) : void | ||
set_notify_action ( string zones, LocalLBDNSExpressNOTIFYAction actions ) : void | ||
set_transfer_target ( string zones, string targets ) : void | ||
set_tsig_key ( string zones, string keys ) : void | ||
set_tsig_key_algorithm ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms ) : void | ||
set_tsig_key_secret ( string keys, string secrets ) : void | ||
set_verify_notify_tsig_state ( string zones, CommonEnabledState states ) : void |
public Begincreate ( string zones, string targets, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
targets | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate_tsig_key ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms, string secrets, System callback, object asyncState ) : System.IAsyncResult | ||
keys | string | |
algorithms | LocalLBDNSExpressTSIGKeyAlgorithm | |
secrets | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_tsig_keys ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_zones ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_tsig_key ( string keys, System callback, object asyncState ) : System.IAsyncResult | ||
keys | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_zone ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_enabled_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_notify_action ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_object_status ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_transfer_target ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_tsig_key ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_tsig_key_algorithm ( string keys, System callback, object asyncState ) : System.IAsyncResult | ||
keys | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_tsig_key_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_tsig_key_secret ( string keys, System callback, object asyncState ) : System.IAsyncResult | ||
keys | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_verify_notify_tsig_state ( string zones, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_zone_db_statistics ( string zones, long sizes, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
sizes | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_enabled_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_notify_action ( string zones, LocalLBDNSExpressNOTIFYAction actions, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
actions | LocalLBDNSExpressNOTIFYAction | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_transfer_target ( string zones, string targets, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
targets | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_tsig_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
keys | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_tsig_key_algorithm ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult | ||
keys | string | |
algorithms | LocalLBDNSExpressTSIGKeyAlgorithm | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_tsig_key_secret ( string keys, string secrets, System callback, object asyncState ) : System.IAsyncResult | ||
keys | string | |
secrets | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_verify_notify_tsig_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
zones | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate_tsig_key ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_tsig_keys ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_zones ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_tsig_key ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_zone ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_all_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_notify_action ( System asyncResult ) : LocalLBDNSExpressNOTIFYAction[] | ||
asyncResult | System | |
return | LocalLBDNSExpressNOTIFYAction[] |
public Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[] | ||
asyncResult | System | |
return | iControl.CommonObjectStatus[] |
public Endget_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_transfer_target ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_tsig_key ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_tsig_key_algorithm ( System asyncResult ) : LocalLBDNSExpressTSIGKeyAlgorithm[] | ||
asyncResult | System | |
return | LocalLBDNSExpressTSIGKeyAlgorithm[] |
public Endget_tsig_key_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_tsig_key_secret ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_verify_notify_tsig_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_zone_db_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endset_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_notify_action ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_transfer_target ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_tsig_key ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_tsig_key_algorithm ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_tsig_key_secret ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_verify_notify_tsig_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |