Microsoft.AspNetCore.SignalR.Hubs.HubPipelineModule.OnAfterReconnect C# (CSharp) Метод

OnAfterReconnect() защищенный Метод

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.
Результат void
        protected virtual void OnAfterReconnect(IHub hub)
        {

        }