Click or drag to resize

IWebConfigurationServiceOnServerStopping Method

Called when the web server is stopping.

Namespace: Emulate3D.WebConfiguration
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
void OnServerStopping(
	IBuilder app
)

Parameters

app  IBuilder

[Missing <param name="app"/> documentation for "M:Emulate3D.WebConfiguration.IWebConfigurationService.OnServerStopping(Demo3D.Visuals.IBuilder)"]

See Also