Click or drag to resize

IWebConfigurationGetServerServiceT Method

Get a registered web app service by type.

Namespace: Emulate3D.WebConfiguration
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
T GetServerService<T>()
where T : IWebConfigurationService

Type Parameters

T
The type of service

Return Value

T
The service
See Also