iControl.SystemStatistics.Beginget_webacceleration_statistics C# (CSharp) Method

Beginget_webacceleration_statistics() public method

public Beginget_webacceleration_statistics ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_webacceleration_statistics(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_webacceleration_statistics", new object[0], callback, asyncState);
        }
SystemStatistics