iControl.SystemStatistics.Beginget_host_statistics C# (CSharp) Method

Beginget_host_statistics() public method

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