iControl.ManagementSNMPConfiguration.remove_agent_interface C# (CSharp) Method

remove_agent_interface() private method

private remove_agent_interface ( ManagementSNMPConfigurationAgentInterface agent_intf ) : void
agent_intf ManagementSNMPConfigurationAgentInterface
return void
        public void remove_agent_interface(
		ManagementSNMPConfigurationAgentInterface agent_intf
	)
        {
            this.Invoke("remove_agent_interface", new object [] {
                agent_intf});
        }
ManagementSNMPConfiguration