iControl.ManagementSNMPConfiguration.Beginset_exec_fix C# (CSharp) Method

Beginset_exec_fix() public method

public Beginset_exec_fix ( ManagementSNMPConfigurationNameProgArgs exec_info, System callback, object asyncState ) : System.IAsyncResult
exec_info ManagementSNMPConfigurationNameProgArgs
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_exec_fix(ManagementSNMPConfigurationNameProgArgs [] exec_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_exec_fix", new object[] {
            exec_info}, callback, asyncState);
        }
ManagementSNMPConfiguration