iControl.SystemCryptoServer.Endget_statistics C# (CSharp) Method

Endget_statistics() public method

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