iControl.ManagementSNMPConfiguration.Beginset_agent_interface C# (CSharp) Method

Beginset_agent_interface() public method

public Beginset_agent_interface ( ManagementSNMPConfigurationAgentInterface agent_intf, System callback, object asyncState ) : System.IAsyncResult
agent_intf ManagementSNMPConfigurationAgentInterface
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_agent_interface(ManagementSNMPConfigurationAgentInterface agent_intf, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_agent_interface", new object[] {
            agent_intf}, callback, asyncState);
        }
ManagementSNMPConfiguration