Close Method of the VerificationSession Object
This method closes the verification session.
Release all the references to the VerificationSession object, and then call this method. An open verification session uses more resources than a closed one. So if you have finished verification and need to free some resources, call this method to close the verification session. We recommend using this method in finally blocks.
Syntax
Visual Basic .NET
Sub Close()
C++
HRESULT Close();
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM