Method | Description | |
---|---|---|
Begincreate ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_servers ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_server ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_address ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_port ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_route_domain ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_tsig_key ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_route_domain ( string servers, string domains, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_tsig_key ( string servers, string keys, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_servers ( System asyncResult ) : void | ||
Enddelete_server ( System asyncResult ) : void | ||
Endget_address ( System asyncResult ) : string[] | ||
Endget_all_statistics ( System asyncResult ) : |
||
Endget_list ( System asyncResult ) : string[] | ||
Endget_port ( System asyncResult ) : long[] | ||
Endget_route_domain ( System asyncResult ) : string[] | ||
Endget_statistics ( System asyncResult ) : |
||
Endget_tsig_key ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endreset_statistics ( System asyncResult ) : void | ||
Endset_address ( System asyncResult ) : void | ||
Endset_port ( System asyncResult ) : void | ||
Endset_route_domain ( System asyncResult ) : void | ||
Endset_tsig_key ( System asyncResult ) : void | ||
LocalLBDNSServer ( ) : System |
Method | Description | |
---|---|---|
create ( string servers, string addresses ) : void | ||
delete_all_servers ( ) : void | ||
delete_server ( string servers ) : void | ||
get_address ( string servers ) : string[] | ||
get_all_statistics ( ) : |
||
get_list ( ) : string[] | ||
get_port ( string servers ) : long[] | ||
get_route_domain ( string servers ) : string[] | ||
get_statistics ( string servers ) : |
||
get_tsig_key ( string servers ) : string[] | ||
get_version ( ) : string | ||
reset_statistics ( string servers ) : void | ||
set_address ( string servers, string addresses ) : void | ||
set_port ( string servers, long ports ) : void | ||
set_route_domain ( string servers, string domains ) : void | ||
set_tsig_key ( string servers, string keys ) : void |
public Begincreate ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_servers ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_server ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_address ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | 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_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_port ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_route_domain ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_tsig_key ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | 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 Beginreset_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
ports | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_route_domain ( string servers, string domains, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
domains | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_tsig_key ( string servers, string keys, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
keys | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_servers ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_server ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_all_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_port ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_route_domain ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_tsig_key ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endreset_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_port ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_route_domain ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_tsig_key ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |