Partager via


ScaleoutHubLifetimeManagerTests<TBackplane>.CreateNewHubLifetimeManager Méthode

Définition

Méthode de création d’une implémentation de HubLifetimeManager<THub> qui utilise le backplane de 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)

Paramètres

backplane
TBackplane

Implémentation du backplane à utiliser dans .HubLifetimeManager<THub>

Retours

S’applique à