Summary
Provides platform-specific services relating to threading.
- Namespace
- Avalonia
.Platform - Implementing Types
graph BT
Type["IPlatformThreadingInterface"]
class Type type-node
Implementing0["InternalPlatformThreadingInterface"]-.->Type
click Implementing0 "/api/Avalonia.Controls.Platform/InternalPlatformThreadingInterface"
Syntax
public interface IPlatformThreadingInterface
Events
Name | Type | Summary |
---|---|---|
Signaled | Action |
Properties
Name | Value | Summary |
---|---|---|
Current |
bool |
Methods
Name | Value | Summary |
---|---|---|
RunLoop |
void | |
Signal |
void | |
StartTimer |
IDisposable |
Starts a timer.
|