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

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

공개 메소드들

메소드 설명
HubOutgoingInvokerContext ( IConnection connection, IList signals, ClientHubInvocation invocation ) : System.Collections.Generic
HubOutgoingInvokerContext ( IConnection connection, string signal, ClientHubInvocation invocation ) : System.Collections.Generic

메소드 상세

HubOutgoingInvokerContext() 공개 메소드

public HubOutgoingInvokerContext ( IConnection connection, IList signals, ClientHubInvocation invocation ) : System.Collections.Generic
connection IConnection
signals IList
invocation ClientHubInvocation
리턴 System.Collections.Generic

HubOutgoingInvokerContext() 공개 메소드

public HubOutgoingInvokerContext ( IConnection connection, string signal, ClientHubInvocation invocation ) : System.Collections.Generic
connection IConnection
signal string
invocation ClientHubInvocation
리턴 System.Collections.Generic