IBlankOperations Interface

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.

The Microsoft.Dynamics.Retail.Pos.Contracts.Services.IBlankOperations class interface enables retail POS to be extended with new operations by third-party developers.

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

Syntax

'Declaration
<GuidAttribute("EC1010A3-1D07-4DA5-A5AD-264AE18FA46E")> _
Public Interface IBlankOperations _
    Inherits IService, IBlankOperationsV1
'Usage
Dim instance As IBlankOperations
[GuidAttribute("EC1010A3-1D07-4DA5-A5AD-264AE18FA46E")]
public interface IBlankOperations : IService, 
    IBlankOperationsV1
[GuidAttribute(L"EC1010A3-1D07-4DA5-A5AD-264AE18FA46E")]
public interface class IBlankOperations : IService, 
    IBlankOperationsV1

See Also

Reference

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