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

OnReconnected() protected method

Called when a connection reconnects after a timeout.
protected OnReconnected ( HttpRequest request, string connectionId ) : System.Threading.Tasks.Task
request HttpRequest The for the current connection.
connectionId string The id of the re-connecting client.
return System.Threading.Tasks.Task
        protected virtual Task OnReconnected(HttpRequest request, string connectionId)
        {
            return TaskAsyncHelper.Empty;
        }