IWebConfigurationGetServerServiceT Method |
Get a registered web app service by type.
Namespace: Emulate3D.WebConfigurationAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
SyntaxT GetServerService<T>()
where T : IWebConfigurationService
Type Parameters
- T
- The type of service
Return Value
TThe service
See Also