Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sweeps the existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function StagingProcess ( _
International As International, _
Process As Boolean, _
UnbatchedCriteria As StagingUnbatchedCriteria, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As StagingBatch
'Usage
Dim instance As ServiceClient
Dim International As International
Dim Process As Boolean
Dim UnbatchedCriteria As StagingUnbatchedCriteria
Dim OperationResult As OperationResult
Dim returnValue As StagingBatch
returnValue = instance.StagingProcess(International, _
Process, UnbatchedCriteria, OperationResult)
public StagingBatch StagingProcess(
International International,
bool Process,
StagingUnbatchedCriteria UnbatchedCriteria,
out OperationResult OperationResult
)
public:
StagingBatch^ StagingProcess(
International^ International,
bool Process,
StagingUnbatchedCriteria^ UnbatchedCriteria,
[OutAttribute] OperationResult^% OperationResult
)
member StagingProcess :
International:International *
Process:bool *
UnbatchedCriteria:StagingUnbatchedCriteria *
OperationResult:OperationResult byref -> StagingBatch
public function StagingProcess(
International : International,
Process : boolean,
UnbatchedCriteria : StagingUnbatchedCriteria,
OperationResult : OperationResult
) : StagingBatch
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- Process
Typ: System.Boolean
true to run the staging queue process; otherwise, false.
- UnbatchedCriteria
Typ: Microsoft.MasterDataServices.StagingUnbatchedCriteria
The criteria that specifies the unbatched records to be put into the new batch.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Rückgabewert
Typ: Microsoft.MasterDataServices.StagingBatch
The existing unbatched records in the staging tables.