ScaleoutMessageBus::OnReceived Method

Visual Studio 2010
.NET Framework 4

Invoked when a payload is received from the backplane. There should only be one active call at any time.

Namespace:  Microsoft.AspNet.SignalR.Messaging
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

protected:
Task^ OnReceived(
	String^ streamId, 
	unsigned long long id, 
	IList<Message^>^ messages
)

Parameters

streamId
Type: System::String
The ID of the stream.
id
Type: System::UInt64
The ID of the payload within that stream.
messages
Type: System.Collections.Generic::IList<Message>
List of messages associated.

Return Value

Type: System.Threading.Tasks::Task
Returns Task.
Show: