IConcurrencyAbstractionLayer.Sleep(TimeSpan) method¶
Defined in
Type: IConcurrencyAbstractionLayer
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.dll
Applies to
netstandard2.0
void Sleep(TimeSpan timeout)
Summary: Blocking sleep operation.
Parameters
| Name | Type | Description |
|---|---|---|
timeout | TimeSpan | Time to sleep. |