Sxta.Rti1516.BoostrapProtocol.InteractionManager.RemoveInteractionListener C# (CSharp) Метод

RemoveInteractionListener() публичный Метод

Removes a listener for the interactions.
public RemoveInteractionListener ( IInteractionListener il ) : void
il IInteractionListener the listener object to Remove
Результат void
        public virtual void RemoveInteractionListener(IInteractionListener il)
        {
            lock (interactionListeners)
            {
                interactionListeners.Remove(il);
            }
        }