iControl.SystemCryptoClient.Beginreset_statistics C# (CSharp) Method

Beginreset_statistics() public method

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