Click or drag to resize

ISharedHostedApplicationGetServiceT Method

Get the requested service or null if it does not exists.

Namespace:  EBP.Framework.Common.Interfaces.Host
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
T GetService<T>()
where T : IService

Type Parameters

T
Type of the service.

Return Value

Type: T
Requested service or null.
See Also