Microsoft.AspNetCore.SignalR.Hubs.HubPipelineModule.OnAfterReconnect C# (CSharp) Method

OnAfterReconnect() protected method

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.
return void
        protected virtual void OnAfterReconnect(IHub hub)
        {

        }