HubLifetimeManagerTestsBase<THub>.Manager 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
This API is obsolete and will be removed in a future version. Use CreateNewHubLifetimeManager in tests instead.
此 API 已經過時,將會在未來版本中移除。 請改為在測試中使用 CreateNewHubLifetimeManager。
public:
property Microsoft::AspNetCore::SignalR::HubLifetimeManager<THub> ^ Manager { Microsoft::AspNetCore::SignalR::HubLifetimeManager<THub> ^ get(); void set(Microsoft::AspNetCore::SignalR::HubLifetimeManager<THub> ^ value); };
public Microsoft.AspNetCore.SignalR.HubLifetimeManager<THub> Manager { get; set; }
[System.Obsolete("This API is obsolete and will be removed in a future version. Use CreateNewHubLifetimeManager in tests instead.")]
public Microsoft.AspNetCore.SignalR.HubLifetimeManager<THub> Manager { get; set; }
member this.Manager : Microsoft.AspNetCore.SignalR.HubLifetimeManager<'Hub (requires 'Hub :> Microsoft.AspNetCore.SignalR.Hub)> with get, set
[<System.Obsolete("This API is obsolete and will be removed in a future version. Use CreateNewHubLifetimeManager in tests instead.")>]
member this.Manager : Microsoft.AspNetCore.SignalR.HubLifetimeManager<'Hub (requires 'Hub :> Microsoft.AspNetCore.SignalR.Hub)> with get, set
Public Property Manager As HubLifetimeManager(Of THub)
屬性值
- 屬性