HubDispatcher::OnRejoiningGroups Method
.NET Framework 4.5This member overrides PersistentConnection::OnRejoiningGroups(IRequest, IList<String>, String). Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
protected: virtual IList<String^>^ OnRejoiningGroups( IRequest^ request, IList<String^>^ groups, String^ connectionId ) override
Parameters
- request
- Type: Microsoft.AspNet.SignalR::IRequest
- groups
- Type: System.Collections.Generic::IList<String>
- connectionId
- Type: System::String
Show: