Method | Description | |
---|---|---|
Begincreate ( |
||
Begindelete_all_servers ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_server ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_ip_or_hostname ( string servers, 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_secret ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_timeout ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string servers, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_ip_or_hostname ( string servers, string ip_or_hostnames, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_secret ( string servers, string secrets, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_timeout ( string servers, long timeouts, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_servers ( System asyncResult ) : void | ||
Enddelete_server ( System asyncResult ) : void | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_ip_or_hostname ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_port ( System asyncResult ) : long[] | ||
Endget_secret ( System asyncResult ) : string[] | ||
Endget_timeout ( System asyncResult ) : long[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_description ( System asyncResult ) : void | ||
Endset_ip_or_hostname ( System asyncResult ) : void | ||
Endset_port ( System asyncResult ) : void | ||
Endset_secret ( System asyncResult ) : void | ||
Endset_timeout ( System asyncResult ) : void | ||
ManagementRADIUSServer ( ) : System |
Method | Description | |
---|---|---|
create ( |
||
delete_all_servers ( ) : void | ||
delete_server ( string servers ) : void | ||
get_description ( string servers ) : string[] | ||
get_ip_or_hostname ( string servers ) : string[] | ||
get_list ( ) : string[] | ||
get_port ( string servers ) : long[] | ||
get_secret ( string servers ) : string[] | ||
get_timeout ( string servers ) : long[] | ||
get_version ( ) : string | ||
set_description ( string servers, string descriptions ) : void | ||
set_ip_or_hostname ( string servers, string ip_or_hostnames ) : void | ||
set_port ( string servers, long ports ) : void | ||
set_secret ( string servers, string secrets ) : void | ||
set_timeout ( string servers, long timeouts ) : void |
public Begincreate ( |
||
servers | ||
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_description ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_ip_or_hostname ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | 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_port ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_secret ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_timeout ( 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 Beginset_description ( string servers, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_ip_or_hostname ( string servers, string ip_or_hostnames, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
ip_or_hostnames | 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_secret ( string servers, string secrets, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
secrets | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_timeout ( string servers, long timeouts, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
timeouts | long | |
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_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_ip_or_hostname ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_port ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_secret ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_timeout ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_ip_or_hostname ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_port ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_secret ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_timeout ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |