HubInvocation::State Property

.NET Framework 4.5

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

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

Property Value

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