ScaleErrorMessageEventHandler 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.

Scale device error message handler 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 ScaleErrorMessageEventHandler ( _
    message As String _
)
'Usage
Dim instance As New ScaleErrorMessageEventHandler(AddressOf HandlerMethod)
public delegate void ScaleErrorMessageEventHandler(
    string message
)
public delegate void ScaleErrorMessageEventHandler(
    String^ message
)

Parameters

See Also

Reference

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