Queue.OnMessage(Of T) Method (Action(Of T))

 

Processes the queue message.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Public Sub OnMessage(Of T) (
	messageReceivedCallback As Action(Of T)
)

Parameters

messageReceivedCallback
Type: System.Action(Of T)

The method that is called when a message is received.

Type Parameters

T

The object type.

Return to top
Show: