PoolManager GetNextMessage Method DH.Messaging Documentation

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

Returns the next message in the specified pool or null if there are no messages or the pool does not exist

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

public static string GetNextMessage(
	string poolKey
)

Return Value

Type: OnlineString
The next message in the pool
Exceptions

See Also