ServiceClient.StagingProcess Method

Definition

Sweeps the existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request.

public:
 Microsoft::MasterDataServices::StagingBatch ^ StagingProcess(Microsoft::MasterDataServices::International ^ International, bool Process, Microsoft::MasterDataServices::StagingUnbatchedCriteria ^ UnbatchedCriteria, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public Microsoft.MasterDataServices.StagingBatch StagingProcess (Microsoft.MasterDataServices.International International, bool Process, Microsoft.MasterDataServices.StagingUnbatchedCriteria UnbatchedCriteria, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.StagingProcess : Microsoft.MasterDataServices.International * bool * Microsoft.MasterDataServices.StagingUnbatchedCriteria * OperationResult -> Microsoft.MasterDataServices.StagingBatch
Public Function StagingProcess (International As International, Process As Boolean, UnbatchedCriteria As StagingUnbatchedCriteria, ByRef OperationResult As OperationResult) As StagingBatch

Parameters

International
International

The cultural settings.

Process
Boolean

true to run the staging queue process; otherwise, false.

UnbatchedCriteria
StagingUnbatchedCriteria

The criteria that specifies the unbatched records to be put into the new batch.

OperationResult
OperationResult

When this method returns, contains the operation result. This parameter is passed uninitialized.

Returns

The existing unbatched records in the staging tables.

Applies to