SubscriberTicketBaseTDelegate Constructor

Initializes an instance of SubscriberTicketBase.

Definition

Namespace: SecretNest.MessageBus
Assembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
C#
protected SubscriberTicketBase(
	Guid id,
	bool isAsync,
	TDelegate handler,
	MessageNameMatcherBase messageNameMatcher
)

Parameters

id  Guid
The id of this subscriber.
isAsync  Boolean
Whether the delegate is async version.
handler  TDelegate
The instance of the delegate.
messageNameMatcher  MessageNameMatcherBase
The instance of message name matcher.

See Also