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)
        {

        }