Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IHub::Groups Property

.NET Framework 4.5

Gets or sets the group manager for this hub instance.

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

property IGroupManager^ Groups {
	IGroupManager^ get ();
	void set (IGroupManager^ value);
}

Property Value

Type: Microsoft.AspNet.SignalR::IGroupManager
The group manager for this hub instance.
Show: