iControl.SystemStatistics.Beginreset_virtual_compression_statistics C# (CSharp) Method

Beginreset_virtual_compression_statistics() public method

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