Subscribe(T) Method (Action(T), Predicate(T))

Regno Shared SQLRace

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

Parameters

action
Type: Action<(Of <(<'T>)>)>
filter
Type: Predicate<(Of <(<'T>)>)>