iControl.SystemStatistics.Beginreset_gtm_iquery_statistics C# (CSharp) Method

Beginreset_gtm_iquery_statistics() public method

public Beginreset_gtm_iquery_statistics ( string addresses, System callback, object asyncState ) : System.IAsyncResult
addresses string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginreset_gtm_iquery_statistics(string [] addresses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("reset_gtm_iquery_statistics", new object[] {
            addresses}, callback, asyncState);
        }
SystemStatistics