iControl.ManagementSNMPConfiguration.Beginget_check_load C# (CSharp) 메소드

Beginget_check_load() 공개 메소드

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