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

Inheritance: System.Dynamic.DynamicObject, IClientProxy
Afficher le fichier Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Méthodes publiques

Méthode Description
ClientProxy ( IConnection connection, IHubPipelineInvoker invoker, string hubName, IList exclude ) : System.Collections.Generic
Invoke ( string method ) : System.Threading.Tasks.Task

Private Methods

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

Method Details

ClientProxy() public méthode

public ClientProxy ( IConnection connection, IHubPipelineInvoker invoker, string hubName, IList exclude ) : System.Collections.Generic
connection IConnection
invoker IHubPipelineInvoker
hubName string
exclude IList
Résultat System.Collections.Generic

Invoke() public méthode

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