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

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

공개 메소드들

메소드 설명
Invoke ( string method ) : System.Threading.Tasks.Task
MultipleSignalProxy ( IConnection connection, IHubPipelineInvoker invoker, IList signals, string hubName, string prefix, IList exclude ) : System.Collections.Generic
TryGetMember ( GetMemberBinder binder, object &result ) : bool

보호된 메소드들

메소드 설명
GetInvocationData ( string method, object args ) : ClientHubInvocation

비공개 메소드들

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

메소드 상세

GetInvocationData() 보호된 메소드

protected GetInvocationData ( string method, object args ) : ClientHubInvocation
method string
args object
리턴 ClientHubInvocation

Invoke() 공개 메소드

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

MultipleSignalProxy() 공개 메소드

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

TryGetMember() 공개 메소드

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
리턴 bool