ClientHubInvocation::State Property

.NET Framework 4.5

A key-value store representing the hub state on the server that has changed since the last time the hub state was sent to the client.

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

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