iControl.ManagementRADIUSConfiguration.Beginset_retry C# (CSharp) Method

Beginset_retry() public method

public Beginset_retry ( string config_names, long retries, System callback, object asyncState ) : System.IAsyncResult
config_names string
retries long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_retry(string [] config_names,long [] retries, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_retry", new object[] {
            config_names,
            retries}, callback, asyncState);
        }