ImportSemaphore(IPlatformHandle) Method
Asynchronously imports a semaphore object. The returned object is immediately usable. If import operation fails, the caller is responsible for destroying the handle
Definition
Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
ICompositionImportedGpuSemaphore ImportSemaphore(
IPlatformHandle handle
)
Function ImportSemaphore (
handle As IPlatformHandle
) As ICompositionImportedGpuSemaphore
abstract ImportSemaphore :
handle : IPlatformHandle -> ICompositionImportedGpuSemaphore
Parameters
Return Value
ICompositionImportedGpuSemaphoreSee Also
Reference
ICompositionGpuInterop Interface
ImportSemaphore Overload
Avalonia.Rendering.Composition Namespace