Hub.Groups 属性

定义

获取或设置组管理器。

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

属性值

适用于