iControl.ManagementRADIUSConfiguration.Begincreate_default_authentication_radius_configuration C# (CSharp) Method

Begincreate_default_authentication_radius_configuration() public method

public Begincreate_default_authentication_radius_configuration ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate_default_authentication_radius_configuration(string [] servers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_default_authentication_radius_configuration", new object[] {
            servers}, callback, asyncState);
        }