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

OnConnected() public method

Called when the connection connects to this hub instance.
public OnConnected ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        public virtual Task OnConnected()
        {
            return TaskAsyncHelper.Empty;
        }