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