iControl.ManagementSNMPConfiguration.Beginget_check_process C# (CSharp) Method

Beginget_check_process() public method

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