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

OnReconnected() public method

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