C# Class Taijutsu.Event.Internal.MultiThreadAggregator

Inheritance: SingleThreadAggregator
Mostra file Open project: NikGovorov/Taijutsu

Public Methods

Method Description
Subscribe ( IEventHandlingSettings handlingSettings ) : IDisposable

Protected Methods

Method Description
Reset ( ) : void
UnsubscriptionAction ( IEventHandlingSettings handlingSettings ) : IDisposable

Method Details

Reset() protected method

protected Reset ( ) : void
return void

Subscribe() public method

public Subscribe ( IEventHandlingSettings handlingSettings ) : IDisposable
handlingSettings IEventHandlingSettings
return IDisposable

UnsubscriptionAction() protected method

protected UnsubscriptionAction ( IEventHandlingSettings handlingSettings ) : IDisposable
handlingSettings IEventHandlingSettings
return IDisposable