Microsoft.AspNetCore.SignalR.Hub.Hub C# (CSharp) Method

Hub() protected method

protected Hub ( ) : System.Threading.Tasks
return System.Threading.Tasks
        protected Hub()
        {
            Clients = new HubConnectionContext();
        }