 | ExtensionGetServiceT Method |
Get the requested service or null if it does not exists.
Namespace:
EBP.Api.Extension
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxprotected T GetService<T>()
Protected Function GetService(Of T) As T
Type Parameters
- T
- Type of the service.
Return Value
Type:
TRequested service or null.
See Also