HubLifetimeManager<THub> Class
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.
A lifetime manager abstraction for Hub instances.
generic <typename THub>
where THub : Hubpublic ref class HubLifetimeManager abstract
public abstract class HubLifetimeManager<THub> where THub : Hub
type HubLifetimeManager<'Hub (requires 'Hub :> Hub)> = class
Public MustInherit Class HubLifetimeManager(Of THub)
Type Parameters
- THub
- Inheritance
-
HubLifetimeManager<THub>
- Derived
Constructors
HubLifetimeManager<THub>() |