iControl.ManagementSNMPConfiguration.Beginget_process_fix C# (CSharp) Method

Beginget_process_fix() public method

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