ServiceClient.StagingClear Método

Definição

Limpa a área de preparação em massa.

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

As configurações culturais.

Batches
Collection<Identifier>

A coleção de identificadores de lote a serem limpos.

BatchesQueuedToClearCount
Int32

Quando este método retornar, contém o número de lotes envileirados a serem limpos. Este parâmetro é passado não inicializado.

MemberRecordsClearedCount
Int32

Quando este método retornar, contém o número de registros de membros a serem limpos. Este parâmetro é passado não inicializado.

OperationResult
OperationResult

Quando esse método retorna, contém o resultado da operação. Este parâmetro é passado não inicializado.

RelationshipRecordsClearedCount
Int32

Quando este método retornar, contém o número de registros de relacionamento a serem limpos. Este parâmetro é passado não inicializado.

Retornos

O identificador inteiro exclusivo que identifica o lote.

Aplica-se a