MessageBusPublisherOptionsBase Constructor

Initializes an instance of MessageBusPublisherOptionsBase.

Definition

Namespace: SecretNest.MessageBus.Options
Assembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
C#
protected MessageBusPublisherOptionsBase(
	bool isAlwaysExecuteAll
)

Parameters

isAlwaysExecuteAll  Boolean
Whether all subscribers should be executed regardless of the result of the subscribers those have been executed by this instance.

See Also