ScaleoutSubscription::PerformWork Method

.NET Framework 4.5This member overrides Subscription::PerformWork(IList<ArraySegment<Message>>, Int32%, Object%).

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
) override

Parameters

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