ScaleoutHubLifetimeManagerTests<TBackplane>.CreateNewHubLifetimeManager Method

Definition

Method to create an implementation of HubLifetimeManager<THub> that uses the backplane from 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)

Parameters

backplane
TBackplane

The backplane implementation for use in the HubLifetimeManager<THub>.

Returns

Applies to