Microsoft.AspNetCore.SignalR.Hubs.HubPipelineModule.OnAfterReconnect C# (CSharp) Méthode

OnAfterReconnect() protected méthode

This method is called after the reconnect components of any modules added later to the IHubPipeline are executed and after IHub.OnReconnected is executed, if at all.
protected OnAfterReconnect ( IHub hub ) : void
hub IHub The hub the client has reconnected to.
Résultat void
        protected virtual void OnAfterReconnect(IHub hub)
        {

        }