IHubContext<THub,T>.Groups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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