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
CalledParameters
- _dataContract
- Type: SysOperationDataContractBase Class
The data contract object that is used to get the client session and call identifying information.
Return Value
Type: RunbaseProgress ClassAn instance of the RunbaseProgress class that can be used to display progress.
Community Additions
ADD
Show: