iControl.SystemCryptoClient.Beginget_request_timeout C# (CSharp) Method

Beginget_request_timeout() public method

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