GroupManager Constructor
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Initializes a new instance of the GroupManager class.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- connection
- Type: Microsoft.AspNet.SignalR::IConnection
The IConnection this group resides on.
- groupPrefix
- Type: System::String
The prefix for this group. Either a IHub name or PersistentConnection type name.
Show: