Partilhar via


ScaleoutHubLifetimeManagerTests<TBackplane>.CreateNewHubLifetimeManager Método

Definição

Método para criar uma implementação de HubLifetimeManager<THub> que usa o 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)

Parâmetros

backplane
TBackplane

A implementação de HubLifetimeManager<THub>backplane para uso no .

Retornos

Aplica-se a