C# 클래스 Microsoft.AspNetCore.SignalR.Hubs.HubInvokerContext

상속: IHubIncomingInvokerContext
파일 보기 프로젝트 열기: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript 1 사용 예제들

공개 메소드들

메소드 설명
HubInvokerContext ( IHub hub, MethodDescriptor methodDescriptor, IList args ) : System.Collections.Generic

메소드 상세

HubInvokerContext() 공개 메소드

public HubInvokerContext ( IHub hub, MethodDescriptor methodDescriptor, IList args ) : System.Collections.Generic
hub IHub
methodDescriptor MethodDescriptor
args IList
리턴 System.Collections.Generic