iControl.ManagementSNMPConfiguration.remove_agent_trap_state C# (CSharp) 메소드

remove_agent_trap_state() 개인적인 메소드

private remove_agent_trap_state ( CommonEnabledState state ) : void
state CommonEnabledState
리턴 void
        public void remove_agent_trap_state(
		CommonEnabledState state
	)
        {
            this.Invoke("remove_agent_trap_state", new object [] {
                state});
        }
ManagementSNMPConfiguration