HubLifetimeManagerTestsBase<THub>.CreateNewHubLifetimeManager Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.