Microsoft.AspNetCore.SignalR.PersistentConnection.OnReconnected C# (CSharp) Méthode

OnReconnected() protected méthode

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.
Résultat System.Threading.Tasks.Task
        protected virtual Task OnReconnected(HttpRequest request, string connectionId)
        {
            return TaskAsyncHelper.Empty;
        }