HubLifetimeManagerTestsBase<THub>.Manager Vlastnost

Definice

Upozornění

This API is obsolete and will be removed in a future version. Use CreateNewHubLifetimeManager in tests instead.

Toto rozhraní API je zastaralé a bude odebráno v budoucí verzi. Místo toho použijte CreateNewHubLifetimeManager v testech.

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)

Hodnota vlastnosti

HubLifetimeManager<THub>
Atributy

Platí pro