Skip to content

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

NameTypeDescription
serviceTypeTypeScheduler service interface type to discover.

Returns: object? -- Object implementing the requested service, if available; null otherwise.