IHubContext.Groups Property

.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.

See Also

Reference

IHubContext Interface

Microsoft.AspNet.SignalR Namespace