ScaleoutHubLifetimeManagerTests<TBackplane> Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Základní testovací třída pro implementace správce životnosti, které podporují horizontální navýšení kapacity serveru.
generic <typename TBackplane>
public ref class ScaleoutHubLifetimeManagerTests abstract : Microsoft::AspNetCore::SignalR::Specification::Tests::HubLifetimeManagerTestsBase<Microsoft::AspNetCore::SignalR::Specification::Tests::MyHub ^>
public abstract class ScaleoutHubLifetimeManagerTests<TBackplane> : Microsoft.AspNetCore.SignalR.Specification.Tests.HubLifetimeManagerTestsBase<Microsoft.AspNetCore.SignalR.Specification.Tests.MyHub>
public abstract class ScaleoutHubLifetimeManagerTests<TBackplane> : Microsoft.AspNetCore.SignalR.Specification.Tests.HubLifetimeManagerTestsBase<Microsoft.AspNetCore.SignalR.Hub>
type ScaleoutHubLifetimeManagerTests<'Backplane> = class
inherit HubLifetimeManagerTestsBase<MyHub>
type ScaleoutHubLifetimeManagerTests<'Backplane> = class
inherit HubLifetimeManagerTestsBase<Hub>
Public MustInherit Class ScaleoutHubLifetimeManagerTests(Of TBackplane)
Inherits HubLifetimeManagerTestsBase(Of MyHub)
Public MustInherit Class ScaleoutHubLifetimeManagerTests(Of TBackplane)
Inherits HubLifetimeManagerTestsBase(Of Hub)
Parametry typu
- TBackplane
Implementace backplanu v paměti, se kterou HubLifetimeManager<THub>komunikuje.
- Dědičnost
-
ScaleoutHubLifetimeManagerTests<TBackplane>
- Dědičnost
Konstruktory
| ScaleoutHubLifetimeManagerTests<TBackplane>() |
Vlastnosti
| Manager |
Zastaralé.
Toto rozhraní API je zastaralé a bude odebráno v budoucí verzi. Místo toho použijte CreateNewHubLifetimeManager v testech. (Zděděno od HubLifetimeManagerTestsBase<THub>) |