BiometricDeviceStatusEventHandler 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 status update 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 BiometricDeviceStatusEventHandler ( _
    message As String, _
    extraData As IEnumerable(Of Byte) _
)
'Usage
Dim instance As New BiometricDeviceStatusEventHandler(AddressOf HandlerMethod)
public delegate void BiometricDeviceStatusEventHandler(
    string message,
    IEnumerable<byte> extraData
)
public delegate void BiometricDeviceStatusEventHandler(
    String^ message, 
    IEnumerable<unsigned char>^ extraData
)

Parameters

See Also

Reference

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