IAssetsAccessContext.YieldRequest Property
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.
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
public:
property System::Threading::CancellationToken YieldRequest { System::Threading::CancellationToken get(); };
public System.Threading.CancellationToken YieldRequest { get; }
member this.YieldRequest : System.Threading.CancellationToken
Public ReadOnly Property YieldRequest As CancellationToken