HubLifetimeManagerTestsBase<THub>.Manager 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.
Caution
This API is obsolete and will be removed in a future version. Use CreateNewHubLifetimeManager in tests instead.
This API is obsolete and will be removed in a future version. Use CreateNewHubLifetimeManager in tests instead.
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)
Property Value
- Attributes