IAssetsLock Interface

Definition

Hold an access to a [set of] file[s] or folder[s] Disposing the object will release the lock and allow other scopes to take access.

public interface class IAssetsLock : IDisposable
public interface IAssetsLock : IDisposable
type IAssetsLock = interface
    interface IDisposable
Public Interface IAssetsLock
Implements IDisposable
Implements

Properties

Context

the context used to acquire this lock

YieldRequest

Cancellation token when AccessControl services will request the context owner to yield as soon as possible when more important task require access to some of the resources currently locked

Applies to