C# Class Microsoft.AspNetCore.SignalR.Hubs.MultipleSignalProxy

Inheritance: System.Dynamic.DynamicObject, IClientProxy
Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Public Methods

Method Description
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

Protected Methods

Method Description
GetInvocationData ( string method, object args ) : ClientHubInvocation

Private Methods

Method Description
TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool

Method Details

GetInvocationData() protected method

protected GetInvocationData ( string method, object args ) : ClientHubInvocation
method string
args object
return ClientHubInvocation

Invoke() public method

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

MultipleSignalProxy() public method

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
return System.Collections.Generic

TryGetMember() public method

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