IHubIncomingInvokerContext::StateTracker Property

.NET Framework 4.5

A key-value store representing the hub state on the client at the time of the invocation.

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

property StateChangeTracker^ StateTracker {
	StateChangeTracker^ get ();
}
Show: