iControl.SystemCryptoClient.Endget_request_timeout C# (CSharp) Method

Endget_request_timeout() public method

public Endget_request_timeout ( System asyncResult ) : long[]
asyncResult System
return long[]
        public long[] Endget_request_timeout(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }
SystemCryptoClient