HubResult::State Property

.NET Framework 4.5

The caller state from this hub.

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

[JsonPropertyAttribute(L"S")]
public:
property IDictionary<String^, JToken^>^ State {
	IDictionary<String^, JToken^>^ get ();
	void set (IDictionary<String^, JToken^>^ value);
}

Property Value

Type: System.Collections.Generic::IDictionary<String, JToken>
Show: