HubInvocationContext 클래스

정의

허브 호출에 대한 컨텍스트입니다.

public ref class HubInvocationContext
public class HubInvocationContext
type HubInvocationContext = class
Public Class HubInvocationContext
상속
HubInvocationContext

생성자

HubInvocationContext(HubCallerContext, IServiceProvider, Hub, MethodInfo, IReadOnlyList<Object>)

HubInvocationContext 클래스의 새 인스턴스를 인스턴스화합니다.

HubInvocationContext(HubCallerContext, String, Object[])
사용되지 않음.

HubInvocationContext 클래스의 새 인스턴스를 인스턴스화합니다.

속성

Context

활성 허브 연결 및 호출자에 대한 컨텍스트를 가져옵니다.

Hub

허브 instance 가져옵니다.

HubMethod

MethodInfo 호출되는 허브 메서드에 대한 입니다.

HubMethodArguments

클라이언트에서 제공하는 인수를 가져옵니다.

HubMethodName

호출되는 허브 메서드의 이름을 가져옵니다.

ServiceProvider

IServiceProvider 이 Hub 메서드 호출의 scope 관련된 입니다.

적용 대상