Click or drag to resize

SessionClose Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Close a session. Contacts any other processes associated with the session, if applicable.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public void Close(
	Status status = null
)

Parameters

status (Optional)
Type: Emgu.TFStatus
The status
See Also