iControl.SystemCryptoClient.Beginget_maximum_retries C# (CSharp) Method

Beginget_maximum_retries() public method

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