iControl.SystemStatistics.Beginget_virtual_compression_statistics C# (CSharp) Method

Beginget_virtual_compression_statistics() public method

public Beginget_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 Beginget_virtual_compression_statistics(string [] device_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_virtual_compression_statistics", new object[] {
            device_names}, callback, asyncState);
        }
SystemStatistics