Share via


Biometrics.EndCapture Method

2/27/2008

Ends the capturing of biometrics data.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Sub EndCapture
public abstract void EndCapture ()
public:
virtual void EndCapture () abstract
public abstract void EndCapture ()
public abstract function EndCapture ()

Remarks

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

Biometrics Class
Biometrics Members
Microsoft.PointOfService Namespace
BiometricsInformationRecord
RawSensorData
RealTimeDataEnabled
BeginEnrollCapture
BeginVerifyCapture
DataEventEnabled