C# Class BeiDream.Core.Events.Bus.Handlers.HandlersFactories.Internals.FactoryUnregistrar

Used to unregister a IEventHandlerFactory on Dispose method.
Inheritance: IDisposable
Afficher le fichier Open project: BeiMeng/BeiDream

Méthodes publiques

Méthode Description
Dispose ( ) : void
FactoryUnregistrar ( IEventBus eventBus, Type eventType, IEventHandlerFactory factory ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FactoryUnregistrar() public méthode

public FactoryUnregistrar ( IEventBus eventBus, Type eventType, IEventHandlerFactory factory ) : System
eventBus IEventBus
eventType System.Type
factory IEventHandlerFactory
Résultat System