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
Syntaxpublic void Close(
Status status = null
)
Public Sub Close (
Optional status As Status = Nothing
)
public:
void Close(
Status^ status = nullptr
)
member Close :
?status : Status
(* Defaults:
let _status = defaultArg status null
*)
-> unit
Parameters
- status (Optional)
- Type: Emgu.TFStatus
The status
See Also