MessageSubscription T  ChangeCapacity Method DH.Messaging Documentation

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

Update the capacity of the message queue

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

public void ChangeCapacity(
	long capacity
)

Parameters

capacity
Type: OnlineSystem Int64
Max capacity of the message queue. Enforced minimum of 1.
See Also