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

Beginget_gtm_global_statistics() 공개 메소드

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