Partager via


ServiceClient.StagingClear Méthode

Définition

Efface la zone de transit en bloc.

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

Paramètres

International
International

Paramètres de culture.

Batches
Collection<Identifier>

Collection d'identificateurs de lots à effacer.

BatchesQueuedToClearCount
Int32

Cette méthode retourne le nombre de lots en file d'attente de suppression. Ce paramètre est passé sans être initialisé.

MemberRecordsClearedCount
Int32

Cette méthode retourne le nombre d'enregistrements de membre effacés. Ce paramètre est passé sans être initialisé.

OperationResult
OperationResult

Cette méthode retourne le résultat de l'opération. Ce paramètre est passé sans être initialisé.

RelationshipRecordsClearedCount
Int32

Cette méthode retourne le nombre d'enregistrements de relation effacés. Ce paramètre est passé sans être initialisé.

Retours

Identificateur entier unique qui identifie le lot.

S’applique à