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

Inheritance: System.Dynamic.DynamicObject, IClientProxy
Afficher le fichier Open project: SignalR/SignalR

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GetInvocationData ( string method, object args ) : ClientHubInvocation

Private Methods

Méthode Description
TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool

Method Details

GetInvocationData() protected méthode

protected GetInvocationData ( string method, object args ) : ClientHubInvocation
method string
args object
Résultat ClientHubInvocation

Invoke() public méthode

public Invoke ( string method ) : System.Threading.Tasks.Task
method string
Résultat System.Threading.Tasks.Task

MultipleSignalProxy() public méthode

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
Résultat System.Collections.Generic

TryGetMember() public méthode

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
Résultat bool