http://www.emgu.com
Close a session.
Contacts any other processes associated with the session, if applicable.
Namespace:
Emgu.TF
Assembly:
Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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