Skip to content

Commit

Permalink
extension docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Nov 8, 2024
1 parent 22c5c17 commit 1a9e181
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

namespace Altinn.Studio.Designer.Middleware.UserRequestSynchronization;

/// <summary>
/// Extension methods for <see cref="IDistributedLockProvider"/>.
/// Enriches the provider with methods that create locks based on <see cref="AltinnRepoEditingContext"/>.
/// </summary>
public static class DistributedLockProviderExtensions
{
private static string GenerateKey(AltinnRepoEditingContext editingContext)
Expand Down

0 comments on commit 1a9e181

Please sign in to comment.