Handle 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.
Populates the predicates.
Namespace: Microsoft.Dynamics.Commerce.Runtime.Services
Assembly: Microsoft.Dynamics.Commerce.Runtime.Services (in Microsoft.Dynamics.Commerce.Runtime.Services.dll)
Syntax
'Declaration
Public Delegate Sub Handle ( _
address As Address, _
predicates As IDictionary(Of String, String) _
)
'Usage
Dim instance As New Handle(AddressOf HandlerMethod)
public delegate void Handle(
Address address,
IDictionary<string, string> predicates
)
public delegate void Handle(
Address^ address,
IDictionary<String^, String^>^ predicates
)
Parameters
- address
Type: Microsoft.Dynamics.Commerce.Runtime.DataModel.Address
- predicates
Type: System.Collections.Generic.IDictionary<String, String>