Skip to main content
Table of Contents

Interface IOutboxLockHandle

Namespace
Stratara.Abstractions.Outbox
Assembly
Stratara.Abstractions.dll

Disposable handle returned by TryAcquireAsync(TimeSpan, CancellationToken). Disposing the handle releases the lock; if disposal fails or never runs, the lock is auto-released once the lease expires in the underlying store.

public interface IOutboxLockHandle : IAsyncDisposable
Inherited Members
Extension Methods