Table of Contents

Class LockContentionException

Namespace
Virtufin.WorkManager.Runtime
Assembly
Virtufin.WorkManager.dll

Exception thrown when a distributed group lock cannot be acquired, indicating the message should be retried.

public sealed class LockContentionException : Exception, ISerializable
Inheritance
LockContentionException
Implements
Inherited Members

Constructors

LockContentionException(string, Guid)

Creates a new LockContentionException.

public LockContentionException(string groupId, Guid workerId)

Parameters

groupId string
workerId Guid

Properties

GroupId

The group ID for which the lock was contested.

public string GroupId { get; }

Property Value

string

WorkerId

The worker ID that attempted to acquire the lock.

public Guid WorkerId { get; }

Property Value

Guid