iControl.SystemCryptoClient.Beginset_maximum_retries C# (CSharp) Method

Beginset_maximum_retries() public method

public Beginset_maximum_retries ( string clients, long retries, System callback, object asyncState ) : System.IAsyncResult
clients string
retries long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_maximum_retries(string [] clients,long [] retries, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_maximum_retries", new object[] {
            clients,
            retries}, callback, asyncState);
        }
SystemCryptoClient