ServiceClient.StagingClear Method

Definition

Clears the bulk staging area.

public:
 int StagingClear(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ Batches, [Runtime::InteropServices::Out] int % BatchesQueuedToClearCount, [Runtime::InteropServices::Out] int % MemberRecordsClearedCount, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult, [Runtime::InteropServices::Out] int % RelationshipRecordsClearedCount);
public int StagingClear (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> Batches, out int BatchesQueuedToClearCount, out int MemberRecordsClearedCount, out Microsoft.MasterDataServices.OperationResult OperationResult, out int RelationshipRecordsClearedCount);
member this.StagingClear : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> * int * int * OperationResult * int -> int
Public Function StagingClear (International As International, Batches As Collection(Of Identifier), ByRef BatchesQueuedToClearCount As Integer, ByRef MemberRecordsClearedCount As Integer, ByRef OperationResult As OperationResult, ByRef RelationshipRecordsClearedCount As Integer) As Integer

Parameters

International
International

The cultural settings.

Batches
Collection<Identifier>

The collection of batch identifiers to clear.

BatchesQueuedToClearCount
Int32

When this method returns, contains the number of batches queued to clear. This parameter is passed uninitialized.

MemberRecordsClearedCount
Int32

When this method returns, contains the number of member records cleared. This parameter is passed uninitialized.

OperationResult
OperationResult

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

RelationshipRecordsClearedCount
Int32

When this method returns, contains the number of relationship records cleared. This parameter is passed uninitialized.

Returns

The unique integer identifier that identifies the batch.

Applies to