Click or drag to resize

SessionClose Method

http://www.emgu.com
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.2.0.932
Syntax
public void Close(
	Status status = null
)

Parameters

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