DefaultScheduler.GetService(Type) method¶
Defined in
Type: DefaultScheduler
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.dll
Applies to
netstandard2.0
protected override object? GetService(Type serviceType)
Summary: Discovers scheduler services by interface type.
Parameters
| Name | Type | Description |
|---|---|---|
serviceType | Type | Scheduler service interface type to discover. |
Returns: object? -- Object implementing the requested service, if available; null otherwise.