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

상속: System.Dynamic.DynamicObject, IClientProxy
파일 보기 프로젝트 열기: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

공개 메소드들

메소드 설명
ClientProxy ( IConnection connection, IHubPipelineInvoker invoker, string hubName, IList exclude ) : System.Collections.Generic
Invoke ( string method ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool

메소드 상세

ClientProxy() 공개 메소드

public ClientProxy ( IConnection connection, IHubPipelineInvoker invoker, string hubName, IList exclude ) : System.Collections.Generic
connection IConnection
invoker IHubPipelineInvoker
hubName string
exclude IList
리턴 System.Collections.Generic

Invoke() 공개 메소드

public Invoke ( string method ) : System.Threading.Tasks.Task
method string
리턴 System.Threading.Tasks.Task