SubscriberTicketBase 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,
	MessageNameMatcherBase messageNameMatcher
)

Parameters

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

See Also