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

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

Méthodes publiques

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

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

SignalProxy() public méthode

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