Queue.OnMessage(Of T) Method (Action(Of T))
Processes the queue message.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
Parameters
- messageReceivedCallback
-
Type:
System.Action(Of T)
The method that is called when a message is received.
Type Parameters
- T
The object type.
Show: