ServiceClient.StagingGet Method

Definition

Retrieves the contents of the bulk staging area.

public:
 System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingBatch ^> ^ StagingGet(Microsoft::MasterDataServices::International ^ International, bool IncludeUnbatchedInformation, Microsoft::MasterDataServices::StagingResultCriteria ^ StagingResultCriteria, Microsoft::MasterDataServices::StagingSearchCriteria ^ StagingSearchCriteria, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingUnbatchedInformation ^> ^ % UnbatchedInformation);
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatch> StagingGet (Microsoft.MasterDataServices.International International, bool IncludeUnbatchedInformation, Microsoft.MasterDataServices.StagingResultCriteria StagingResultCriteria, Microsoft.MasterDataServices.StagingSearchCriteria StagingSearchCriteria, out Microsoft.MasterDataServices.OperationResult OperationResult, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingUnbatchedInformation> UnbatchedInformation);
member this.StagingGet : Microsoft.MasterDataServices.International * bool * Microsoft.MasterDataServices.StagingResultCriteria * Microsoft.MasterDataServices.StagingSearchCriteria * OperationResult * Collection -> System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatch>
Public Function StagingGet (International As International, IncludeUnbatchedInformation As Boolean, StagingResultCriteria As StagingResultCriteria, StagingSearchCriteria As StagingSearchCriteria, ByRef OperationResult As OperationResult, ByRef UnbatchedInformation As Collection(Of StagingUnbatchedInformation)) As Collection(Of StagingBatch)

Parameters

International
International

The cultural settings.

IncludeUnbatchedInformation
Boolean

true to include retrieval of unbatched information; otherwise, false.

StagingResultCriteria
StagingResultCriteria

The criteria that specifies the result of the get operation.

StagingSearchCriteria
StagingSearchCriteria

The criteria that specifies the staging area to retrieve.

OperationResult
OperationResult

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

UnbatchedInformation
Collection<StagingUnbatchedInformation>

When this method returns, contains the summary information about the unbatched records. This parameter is passed uninitialized.

Returns

The collection of batches.

Applies to