RegnoCompleteRegnoSoftware.Standard.Core
|
IMessageBus..::..Subscribe<(Of <(<'T>)>)> Method (Action<(Of <(<'T>)>)>, Predicate<(Of <(<'T>)>)>)
Namespace:
RegnoSoftware.Standard.Messages
Assembly:
RegnoSoftware.Standard (in RegnoSoftware.Standard.dll)
Syntax
IDisposable Subscribe<T>( Action<T> action, Predicate<T> filter ) where T : IMessage, IMessage
Type Parameters
- T