HubConnectionContext::AllExcept Method

.NET Framework 4.5

Returns a dynamic representation of all clients except the calling client ones specified.

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

public:
virtual Object^ AllExcept(
	... array<String^>^ excludeConnectionIds
) sealed

Parameters

excludeConnectionIds
Type: array<System::String>
A list of connection ids to exclude.

Return Value

Type: System::Object
A dynamic representation of all clients except the calling client ones specified.

Implements

IHubConnectionContext::AllExcept(array<String>)
Show: