SignalR.PersistentConnection.OnDisconnectAsync C# (CSharp) Method

OnDisconnectAsync() protected method

Called when a connection disconnects.
protected OnDisconnectAsync ( string connectionId ) : System.Threading.Tasks.Task
connectionId string The id of the disconnected connection.
return System.Threading.Tasks.Task
        protected virtual Task OnDisconnectAsync(string connectionId)
        {
            return TaskAsyncHelper.Empty;
        }