HubLifetimeManagerTestsBase<THub>.Manager Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This API is obsolete and will be removed in a future version. Use CreateNewHubLifetimeManager in tests instead.
Cette API est obsolète et sera supprimée dans une version ultérieure. Utilisez plutôt CreateNewHubLifetimeManager dans les tests.
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)
Valeur de propriété
- Attributs