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

Inheritance: SignalProxy
Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Public Methods

Method Description
GroupProxy ( IConnection connection, IHubPipelineInvoker invoker, string signal, string hubName, IList exclude ) : System

Method Details

GroupProxy() public method

public GroupProxy ( IConnection connection, IHubPipelineInvoker invoker, string signal, string hubName, IList exclude ) : System
connection IConnection
invoker IHubPipelineInvoker
signal string
hubName string
exclude IList
return System