Class AsyncAutoResetEvent
Inherited Members
Namespace: Mapsui.Utilities
Assembly: Mapsui.dll
Syntax
public class AsyncAutoResetEvent
Constructors
| Edit this page View SourceAsyncAutoResetEvent(bool)
Declaration
public AsyncAutoResetEvent(bool initialState = false)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | initialState |
Methods
| Edit this page View SourceSet()
Declaration
public void Set()
WaitAsync()
Declaration
public ValueTask<bool> WaitAsync()
Returns
| Type | Description |
|---|---|
| ValueTask<bool> |