IHubActivator<THub> Interface
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 Hub activator abstraction.
generic <typename THub>
where THub : Hubpublic interface class IHubActivator
public interface IHubActivator<THub> where THub : Hub
type IHubActivator<'Hub (requires 'Hub :> Hub)> = interface
Public Interface IHubActivator(Of THub)
Type Parameters
- THub
The hub type.
Methods
Create() |
Creates a hub. |
Release(THub) |
Releases the specified hub. |