HubConnectionContext::All Property

.NET Framework 4.5

All connected clients.

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

public:
virtual property Object^ All {
	Object^ get () sealed;
	void set (Object^ value) sealed;
}

Property Value

Type: System::Object
Returns Object.

Implements

IHubConnectionContext::All
Show: