PoolManager CreatePool Method (String, Int32)DH.Messaging Documentation

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

Creates a new pool with specified maxmimum message size

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

public static AddPoolResult CreatePool(
	string poolKey,
	int maxMessages
)

Parameters

poolKey
Type: OnlineSystem String
Unique pool identification key.
maxMessages
Type: OnlineSystem Int32
Max number of messages to keep before discarding. A value of 0 or less results in a max size of 2,147,483,647 messages.

Return Value

Type: AddPoolResult
AddPoolResult
See Also