Class LockEntry
An advisory lock held on a workflow.
public sealed class LockEntry
- Inheritance
-
LockEntry
- Inherited Members
Properties
AcquiredAt
public DateTimeOffset AcquiredAt { get; init; }
Property Value
ExpiresAt
public DateTimeOffset ExpiresAt { get; set; }
Property Value
IsExpired
public bool IsExpired { get; }
Property Value
Owner
public string Owner { get; init; }
Property Value
WorkflowName
public string WorkflowName { get; init; }