DataLoadControllerService

The DataLoadControllerService implements the IDataLoadControllerService interface and is responsible for executing a DLC Request.

IDataLoadControllerService

Execution Steps

  1. Resolve the operation which needs to be executed.
  2. Start a datastore transaction.
  3. Process the resolved operation.
  4. Commit the datastore transaction.