iControl.ManagementSNMPConfiguration.Beginget_exec_fix C# (CSharp) Method

Beginget_exec_fix() public method

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