iControl.ManagementSNMPConfiguration.remove_agent_interface C# (CSharp) Méthode

remove_agent_interface() private méthode

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