Partilhar via


IHubContext<THub> Interface

Definição

Uma abstração de contexto para um hub.

generic <typename THub>
 where THub : Hubpublic interface class IHubContext
public interface IHubContext<THub> where THub : Hub
public interface IHubContext<out THub> where THub : Hub
type IHubContext<'Hub (requires 'Hub :> Hub)> = interface
Public Interface IHubContext(Of THub)
Public Interface IHubContext(Of Out THub)

Parâmetros de tipo

THub

Propriedades

Clients

Obtém um IHubClients que pode ser usado para invocar métodos em clientes conectados ao hub.

Groups

Obtém um IGroupManager que pode ser usado para adicionar e remover conexões com grupos nomeados.

Aplica-se a