PoolManager AddPoolMessage Method DH.Messaging Documentation

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

Add a new message to the specified queue

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

public static bool AddPoolMessage(
	string poolKey,
	string message
)

Return Value

Type: OnlineBoolean
True if message was added.
Exceptions

See Also