Hub.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 or sets the group manager.
public:
property Microsoft::AspNetCore::SignalR::IGroupManager ^ Groups { Microsoft::AspNetCore::SignalR::IGroupManager ^ get(); void set(Microsoft::AspNetCore::SignalR::IGroupManager ^ value); };
public Microsoft.AspNetCore.SignalR.IGroupManager Groups { get; set; }
member this.Groups : Microsoft.AspNetCore.SignalR.IGroupManager with get, set
Public Property Groups As IGroupManager