IHubIncomingInvokerContext.StateTracker Property

.NET Framework 4

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)

Syntax

'Declaration
ReadOnly Property StateTracker As StateChangeTracker 
    Get
'Usage
Dim instance As IHubIncomingInvokerContext 
Dim value As StateChangeTracker 

value = instance.StateTracker
StateChangeTracker StateTracker { get; }
property StateChangeTracker^ StateTracker {
    StateChangeTracker^ get ();
}
abstract StateTracker : StateChangeTracker
function get StateTracker () : StateChangeTracker

Property Value

Type: Microsoft.AspNet.SignalR.Hubs.StateChangeTracker

See Also

Reference

IHubIncomingInvokerContext Interface

Microsoft.AspNet.SignalR.Hubs Namespace