MessageResult Constructor (IList<ArraySegment<Message>>, Int32)

.NET Framework 4.5

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

public:
MessageResult(
	IList<ArraySegment<Message^>>^ messages, 
	int totalCount
)

Parameters

messages
Type: System.Collections.Generic::IList<ArraySegment<Message>>
totalCount
Type: System::Int32
Show: