Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Gets the IGroupManager the hub.
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property Groups As IGroupManager
Get
'Usage
Dim instance As IHubContext
Dim value As IGroupManager
value = instance.Groups
IGroupManager Groups { get; }
property IGroupManager^ Groups {
IGroupManager^ get ();
}
abstract Groups : IGroupManager
function get Groups () : IGroupManager
Property Value
Type: Microsoft.AspNet.SignalR.IGroupManager
Returns IGroupManager.