Hub::Groups Property

.NET Framework 4.5

The group manager for this hub instance.

Namespace:  Microsoft.AspNet.SignalR
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: