iControl.SystemStatistics.Beginget_host_statistics C# (CSharp) 메소드

Beginget_host_statistics() 공개 메소드

public Beginget_host_statistics ( string host_ids, System callback, object asyncState ) : System.IAsyncResult
host_ids string
callback System
asyncState object
리턴 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