Subscribe(T) Method (Action(T))

Regno Shared SQLRace

RegnoCompleteRegnoSoftware.Standard.Core

IMessageBus..::..Subscribe<(Of <(<'T>)>)> Method (Action<(Of <(<'T>)>)>)

Namespace:  RegnoSoftware.Standard.Messages
Assembly:  RegnoSoftware.Standard (in RegnoSoftware.Standard.dll)

Syntax


IDisposable Subscribe<T>(
	Action<T> action
)
where T : IMessage, IMessage

Type Parameters

T

Parameters

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