IHubActivator<THub> Interface

Definição

Uma Hub abstração do ativador.

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)

Parâmetros de tipo

THub

O tipo de hub.

Métodos

Create()

Cria um hub.

Release(THub)

Libera o hub especificado.

Aplica-se a