iControl.ManagementSNMPConfiguration.Beginset_exec C# (CSharp) Method

Beginset_exec() public method

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