BiometricDeviceDataEventHandler Delegate

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Biometric device data event delegate.

Namespace:  Microsoft.Dynamics.Retail.Pos.Contracts.Services
Assembly:  Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)

Syntax

'Declaration
Public Delegate Sub BiometricDeviceDataEventHandler ( _
    key As String, _
    template As Byte() _
)
'Usage
Dim instance As New BiometricDeviceDataEventHandler(AddressOf HandlerMethod)
public delegate void BiometricDeviceDataEventHandler(
    string key,
    byte[] template
)
public delegate void BiometricDeviceDataEventHandler(
    String^ key, 
    array<unsigned char>^ template
)

Parameters

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts.Services Namespace