SysOperationServiceBase.getProgressController Method [AX 2012]

Gets an instance of the RunbaseProgress class that can be updated to display progress information on the client.

public RunbaseProgress getProgressController(SysOperationDataContractBase _dataContract)

Run On

Called

Parameters

_dataContract
Type: SysOperationDataContractBase Class
The data contract object that is used to get the client session and call identifying information.

Return Value

Type: RunbaseProgress Class
An instance of the RunbaseProgress class that can be used to display progress.

This method works if the SysOperationServiceController class is used to make an asynchronous or a reliable asynchronous call.

Community Additions

ADD
Show: