Microsoft.AspNetCore.SignalR.Hubs.GroupProxy.GroupProxy C# (CSharp) Method

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
        public GroupProxy(IConnection connection, IHubPipelineInvoker invoker, string signal, string hubName, IList<string> exclude) :
            base(connection, invoker, signal, hubName, PrefixHelper.HubGroupPrefix, exclude)
        { }
    }
GroupProxy