Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Embedded
POS for .NET
Biometrics Class
Biometrics Methods
 EndCapture Method

  Switch on low bandwidth view
Microsoft Point of Service for .NET
Biometrics.EndCapture Method
2/27/2008

Ends the capturing of biometrics data.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Visual Basic (Declaration)
Public MustOverride Sub EndCapture
C#
public abstract void EndCapture ()
C++
public:
virtual void EndCapture () abstract
J#
public abstract void EndCapture ()
JScript
public abstract function EndCapture ()

Ends the capturing of biometrics data.

If RealTimeDataEnabled isfalse and biometrics data was captured, it is put in the BiometricsInformationRecord and RawSensorData properties. If no biometrics data was captured, the BiometricsInformationRecord and RawSensorData properties remain empty.

If RealTimeDataEnabled is true and there is biometrics data which has not yet been delivered to the application by a StatusUpdateEvent, the remaining biometrics data is put into the properties BiometricsInformationRecord and RawSensorData. If no biometrics data was captured or all biometrics data has been delivered to the application, the BiometricsInformationRecord and RawSensorDataproperties remain empty.


Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker