Udostępnij za pośrednictwem


ScaleoutHubLifetimeManagerTests<TBackplane>.CreateNewHubLifetimeManager Metoda

Definicja

Metoda do utworzenia implementacji, która używa płaszczyzny wstecznej HubLifetimeManager<THub> z klasy CreateBackplane().

public:
 abstract Microsoft::AspNetCore::SignalR::HubLifetimeManager<Microsoft::AspNetCore::SignalR::Specification::Tests::MyHub ^> ^ CreateNewHubLifetimeManager(TBackplane backplane);
public abstract Microsoft.AspNetCore.SignalR.HubLifetimeManager<Microsoft.AspNetCore.SignalR.Specification.Tests.MyHub> CreateNewHubLifetimeManager (TBackplane backplane);
public abstract Microsoft.AspNetCore.SignalR.HubLifetimeManager<Microsoft.AspNetCore.SignalR.Hub> CreateNewHubLifetimeManager (TBackplane backplane);
override this.CreateNewHubLifetimeManager : 'Backplane -> Microsoft.AspNetCore.SignalR.HubLifetimeManager<Microsoft.AspNetCore.SignalR.Specification.Tests.MyHub>
override this.CreateNewHubLifetimeManager : 'Backplane -> Microsoft.AspNetCore.SignalR.HubLifetimeManager<Microsoft.AspNetCore.SignalR.Hub>
Public MustOverride Function CreateNewHubLifetimeManager (backplane As TBackplane) As HubLifetimeManager(Of MyHub)
Public MustOverride Function CreateNewHubLifetimeManager (backplane As TBackplane) As HubLifetimeManager(Of Hub)

Parametry

backplane
TBackplane

Implementacja płaszczyzny wstecznej do użycia w obiekcie HubLifetimeManager<THub>.

Zwraca

Dotyczy