Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dkbennett committed Jul 2, 2024
1 parent 1ff9c28 commit e92a4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AzureExtension/DataManager/AzureDataManagerCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public async Task UpdateDataForAccountsAsync(TimeSpan olderThan, RequestOptions?
SendCacheUpdateEvent(_log, this, requestorGuid, context, firstException);
}

// Returns a dynamic object with event context for reporting.
private dynamic CreateUpdateEventContext(int errors, int accountsUpdated, int accountsSkipped, TimeSpan elapsed)
{
dynamic context = new ExpandoObject();
Expand Down

0 comments on commit e92a4e0

Please sign in to comment.