 | 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)
SyntaxT GetService<T>()
where T : IService
Function GetService(Of T As IService) As T
Type Parameters
- T
- Type of the service.
Return Value
Type:
TRequested service or null.
See Also