IConcurrencyAbstractionLayer interface¶
Attributes: [EditorBrowsable(EditorBrowsableState.1)]
Defined in
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.dll
Full name: System.Reactive.Concurrency.IConcurrencyAbstractionLayer
Modifiers: public abstract
Summary¶
(Infrastructure) Concurrency abstraction layer interface.
Applies to
netstandard2.0
Remarks¶
This type is used by the Rx infrastructure and not meant for public consumption or implementation.
No guarantees are made about forward compatibility of the type's functionality and its usage.
Properties¶
| Name | Summary |
|---|---|
| SupportsLongRunning | Gets whether long-running scheduling is supported. |
Methods¶
| Name | Summary |
|---|---|
| StartTimer | Queues a method for execution at the specified relative time. |
| StartPeriodicTimer | Queues a method for periodic execution based on the specified period. |
| QueueUserWorkItem | Queues a method for execution. |
| Sleep | Blocking sleep operation. |
| StartStopwatch | Starts a new stopwatch object. |
| StartThread | Starts a new long-running thread. |