C# Class Taijutsu.Event.Internal.MultiThreadAggregator

Inheritance: SingleThreadAggregator
Afficher le fichier Open project: NikGovorov/Taijutsu

Méthodes publiques

Méthode Description
Subscribe ( IEventHandlingSettings handlingSettings ) : IDisposable

Méthodes protégées

Méthode Description
Reset ( ) : void
UnsubscriptionAction ( IEventHandlingSettings handlingSettings ) : IDisposable

Method Details

Reset() protected méthode

protected Reset ( ) : void
Résultat void

Subscribe() public méthode

public Subscribe ( IEventHandlingSettings handlingSettings ) : IDisposable
handlingSettings IEventHandlingSettings
Résultat IDisposable

UnsubscriptionAction() protected méthode

protected UnsubscriptionAction ( IEventHandlingSettings handlingSettings ) : IDisposable
handlingSettings IEventHandlingSettings
Résultat IDisposable