IAssetsLock Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |