Is called when the application should terminate.

Namespace: Skewworks.NETMF.Applications
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public virtual void Terminating()

Remarks

Override this method. When this method is called then the Main method must exit as soon as possible. This method is called in a different thread to the application main thread.

See Also