Partilhar via


HubLifetimeContext Classe

Definição

Contexto para os eventos OnConnectedAsync() de tempo de vida do hub e OnDisconnectedAsync(Exception).

public ref class HubLifetimeContext sealed
public sealed class HubLifetimeContext
type HubLifetimeContext = class
Public NotInheritable Class HubLifetimeContext
Herança
HubLifetimeContext

Construtores

HubLifetimeContext(HubCallerContext, IServiceProvider, Hub)

Cria uma nova instância da classe HubLifetimeContext.

Propriedades

Context

Obtém o contexto para a conexão do Hub ativa e o chamador.

Hub

Obtém a instância do Hub.

ServiceProvider

O IServiceProvider específico para o escopo dessa invocação de método hub.

Aplica-se a