RetailConnSCMonitoringUtilities.cancelIncomingPackage Method [AX 2012]

Creates a connection with the client, sets the message and ends the connection.

Sets the fields to cancel the incoming packet from the server.

public boolean cancelIncomingPackage(
    RetailConnStoreConnectProfile _scProfile, 
    RetailConnPackageNum _keyPackageNo, 
    RetailConnSCServiceName _keyService)

Run On

Called

Parameters

_scProfile
Type: RetailConnStoreConnectProfile Table
The store connect profile.
_keyPackageNo
Type: RetailConnPackageNum Extended Data Type
The incoming packet number.
_keyService
Type: RetailConnSCServiceName Extended Data Type
The service name for the connection.

Return Value

Type: boolean
true if the request is sent to client; otherwise, false.

Community Additions

ADD
Show: