Share via


HubLifetimeManagerTestsBase<THub>.CreateNewHubLifetimeManager Method

Definition

Method to create an implementation of HubLifetimeManager<THub> for use in tests.

public:
 abstract Microsoft::AspNetCore::SignalR::HubLifetimeManager<THub> ^ CreateNewHubLifetimeManager();
public abstract Microsoft.AspNetCore.SignalR.HubLifetimeManager<THub> CreateNewHubLifetimeManager ();
abstract member CreateNewHubLifetimeManager : unit -> Microsoft.AspNetCore.SignalR.HubLifetimeManager<'Hub (requires 'Hub :> Microsoft.AspNetCore.SignalR.Hub)>
Public MustOverride Function CreateNewHubLifetimeManager () As HubLifetimeManager(Of THub)

Returns

The implementation of HubLifetimeManager<THub> to test against.

Applies to