iControl.SystemCryptoClient.get_statistics C# (CSharp) Method

get_statistics() private method

private get_statistics ( string clients ) : SystemCryptoClientCryptoClientStatistics
clients string
return SystemCryptoClientCryptoClientStatistics
        public SystemCryptoClientCryptoClientStatistics get_statistics(
		string [] clients
	)
        {
            object [] results = this.Invoke("get_statistics", new object [] {
                clients});
            return ((SystemCryptoClientCryptoClientStatistics)(results[0]));
        }
SystemCryptoClient