Click or drag to resize

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)
Syntax
protected T GetService<T>()

Type Parameters

T
Type of the service.

Return Value

Type: T
Requested service or null.
See Also