iControl.SystemStatistics.Beginget_httpcompression_statistics C# (CSharp) Method

Beginget_httpcompression_statistics() public method

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