MessageBusPublisherOptionsBaseIsAlwaysExecuteAll Property

Gets whether all subscribers should be executed regardless of the result of the subscribers those have been executed by this instance.

Definition

Namespace: SecretNest.MessageBus.Options
Assembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
C#
public bool IsAlwaysExecuteAll { get; }

Property Value

Boolean

See Also