iControl.ManagementSNMPConfiguration.remove_auth_trap_state C# (CSharp) Method

remove_auth_trap_state() private method

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