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

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

Remove a delegate for the process of interactions.
public RemoveReceiveInteractionDelegate ( Type msgType, ReceiveInteractionDelegate interactionDelegate ) : void
msgType Type
interactionDelegate ReceiveInteractionDelegate
Результат void
        public void RemoveReceiveInteractionDelegate(Type msgType, ReceiveInteractionDelegate interactionDelegate)
        {
            if (interactionDelegates.ContainsKey(msgType))
                interactionDelegates.Remove(msgType);
        }