MessageBusSubscriber SuspendSubscriptions Method DH.Messaging Documentation

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

Suspend the current subscriber. All subscriptions will be deactivated and will no longer receive messages unless EnableSubscription is called or they are manually activated.

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

public void SuspendSubscriptions()
See Also