Hub::Groups Property
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The group manager for this hub instance.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
public: virtual property IGroupManager^ Groups { IGroupManager^ get () sealed; void set (IGroupManager^ value) sealed; }
Implements
IHub::Groups
Show: