ServiceClient.StagingClear Método

Definição

Libera a área de preparação principal.

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

Parâmetros

International
International

Os ambientes culturais.

Batches
Collection<Identifier>

A coleta de identificadores de lote para limpar.

BatchesQueuedToClearCount
Int32

Quando esse método retorna, contém o número de lotes enfileirados para serem eliminados. Esse parâmetro é passado sem inicialização.

MemberRecordsClearedCount
Int32

Quando esse método retorna, contém o número de registros de membros eliminados. Esse parâmetro é passado sem inicialização.

OperationResult
OperationResult

Quando esse método retorna, contém o resultado da operação. Esse parâmetro é passado sem inicialização.

RelationshipRecordsClearedCount
Int32

Quando esse método retorna, contém o número de registros de relacionamento eliminados. Esse parâmetro é passado sem inicialização.

Retornos

O identificador inteiro único que identifica o lote.

Aplica-se a