MessageSubscription T  GetNextMessage Method DH.Messaging Documentation

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

Get the next message in 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 Message<T> GetNextMessage()

Return Value

Type: Message T 
The next message in the message queue
Exceptions

See Also