MessageBusPublisherOptionsBase Constructor
Initializes an instance of MessageBusPublisherOptionsBase.
Namespace: SecretNest.MessageBus.OptionsAssembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
protected MessageBusPublisherOptionsBase(
bool isAlwaysExecuteAll
)
Protected Sub New (
isAlwaysExecuteAll As Boolean
)
Parameters
- isAlwaysExecuteAll Boolean
- Whether all subscribers should be executed regardless of the result of the subscribers those have been executed by this instance.