Share via


IHubContext<THub,T>.Groups Property

Definition

Gets a IGroupManager that can be used to add and remove connections to named groups.

public:
 property Microsoft::AspNetCore::SignalR::IGroupManager ^ Groups { Microsoft::AspNetCore::SignalR::IGroupManager ^ get(); };
public Microsoft.AspNetCore.SignalR.IGroupManager Groups { get; }
member this.Groups : Microsoft.AspNetCore.SignalR.IGroupManager
Public ReadOnly Property Groups As IGroupManager

Property Value

Applies to