iControl.SystemCryptoClient.Beginset_request_timeout C# (CSharp) Method

Beginset_request_timeout() public method

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