HubConnectionContext::AllExcept Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
A dynamic representation of all clients except the calling client ones specified.
Returns a dynamic representation of all clients except the calling client ones specified.
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::ObjectA dynamic representation of all clients except the calling client ones specified.
Implements
IHubConnectionContext::AllExcept(array<String>)
Show: