Subscription::PerformWork Method

.NET Framework 4.5

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

protected:
virtual void PerformWork(
	IList<ArraySegment<Message^>>^ items, 
	[OutAttribute] int% totalCount, 
	[OutAttribute] Object^% state
) abstract

Parameters

items
Type: System.Collections.Generic::IList<ArraySegment<Message>>
totalCount
Type: System::Int32%
state
Type: System::Object%
Show: