CurrentPlatformEnlightenmentProvider.GetService(object[]) method¶
Defined in
Type: CurrentPlatformEnlightenmentProvider
Namespace: System.Reactive.PlatformServices
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public virtual T? GetService<T>(object[] args) where T : class
Summary: (Infrastructure) Tries to gets the specified service.
Type parameters
| Name | Description |
|---|---|
T | Service type. |
Parameters
| Name | Type | Description |
|---|---|---|
args | object[] | Optional set of arguments. |
Returns: T? -- Service instance or null if not found.