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

Returns whether or not address can be processed based on the type of filter.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services (in Microsoft.Dynamics.Commerce.Runtime.Services.dll)

Syntax

'Declaration
Public Delegate Function CanHandle ( _
    address As Address _
) As Boolean
'Usage
Dim instance As New CanHandle(AddressOf HandlerMethod)
public delegate bool CanHandle(
    Address address
)
public delegate bool CanHandle(
    Address^ address
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Services Namespace