[This is preliminary documentation and is subject to change.]
Add a new message to the specified queue
Namespace: DH.Messaging.GlobalQueueAssembly: DH.Messaging (in DH.Messaging.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
Parameters
- poolKey
- Type:
System String
Unique pool identification key
- message
- Type:
System String
Message to add
Return Value
Type:
True if message was added.
Exceptions
Exception | Condition |
---|---|
![]() | Thrown when a pool with the supplied poolKey does not exist |
See Also