[NotClientImplementableAttribute]
public interface ICompositionImportedGpuSemaphore : ICompositionGpuImportedObject,
IAsyncDisposable<NotClientImplementableAttribute>
Public Interface ICompositionImportedGpuSemaphore
Inherits ICompositionGpuImportedObject, IAsyncDisposable[<NotClientImplementableAttribute>]
type ICompositionImportedGpuSemaphore =
interface
interface ICompositionGpuImportedObject
interface IAsyncDisposable
end| ImportCompleted |
Tracks the import status of the object. Once the task is completed,
the user code is allowed to free the resource owner in case when a non-owning
sharing handle was used.
(Inherited from ICompositionGpuImportedObject) |
| IsLost |
Indicates if the device context this instance is associated with is no longer available
(Inherited from ICompositionGpuImportedObject) |
| DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Inherited from IAsyncDisposable) |