SubscriberTicketBase Constructor
Initializes an instance of SubscriberTicketBase.
Namespace: SecretNest.MessageBusAssembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
protected SubscriberTicketBase(
Guid id,
bool isAsync,
MessageNameMatcherBase messageNameMatcher
)
Protected Sub New (
id As Guid,
isAsync As Boolean,
messageNameMatcher As MessageNameMatcherBase
)
Parameters
- id Guid
- The id of this subscriber.
- isAsync Boolean
- Whether the delegate is async version.
- messageNameMatcher MessageNameMatcherBase
- The instance of message name matcher.