MessageBusSubscriber IsSuspended Property DH.Messaging Documentation

[This is preliminary documentation and is subject to change.]

Returns true if the current subscriber is suspended and no longer processing subscriptions

Namespace: (Default Namespace)
Assembly: DH.Messaging.Extensions (in DH.Messaging.Extensions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool IsSuspended { get; }

Property Value

Type: OnlineBoolean
Remarks

Subscriptions will no longer actively receive new messages while the subscriber is suspended. This behavior can be changed for individual subscriptions by manually toggling the Active property.
See Also