HubLifetimeContext 类

定义

中心生存期事件 OnConnectedAsync()OnDisconnectedAsync(Exception)的上下文。

public ref class HubLifetimeContext sealed
public sealed class HubLifetimeContext
type HubLifetimeContext = class
Public NotInheritable Class HubLifetimeContext
继承
HubLifetimeContext

构造函数

HubLifetimeContext(HubCallerContext, IServiceProvider, Hub)

实例化 HubLifetimeContext 类的新实例。

属性

Context

获取活动中心连接和调用者的上下文。

Hub

获取中心实例。

ServiceProvider

IServiceProvider特定于此 Hub 方法调用范围的 。

适用于