SubscriptionBase Active Property DH.Messaging Documentation

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

Whether the subscription is active and should receive and process messages

Namespace: DH.Messaging.MessageBus.Base
Assembly: DH.Messaging (in DH.Messaging.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax

public bool Active { get; set; }

Property Value

Type: OnlineBoolean

Implements

IMessageSubscription Active
See Also