Table of Contents

Method UnsubscribeAll

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

UnsubscribeAll<TEvent, TFactory>(Action<TEvent>, EventCallbackType)

public void UnsubscribeAll<TEvent, TFactory>(Action<TEvent> handler, EventCallbackType eventCallbackType = EventCallbackType.Before) where TEvent : IEvent, new() where TFactory : IEventFactory

Parameters

handler Action<TEvent>
eventCallbackType EventCallbackType

Type Parameters

TEvent
TFactory