iControl.SystemCryptoClient.Endget_statistics C# (CSharp) Method

Endget_statistics() public method

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