IHubActivator<THub> Interface

Definition

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.

Applies to