ServiceClient.EntityStagingGet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the contents of the entity staging area.
public:
int EntityStagingGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::EntityStagingGetCriteria ^ GetCriteria, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityStagingBatch ^> ^ % Batches, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public int EntityStagingGet (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.EntityStagingGetCriteria GetCriteria, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityStagingBatch> Batches, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.EntityStagingGet : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.EntityStagingGetCriteria * Collection * OperationResult -> int
Public Function EntityStagingGet (International As International, GetCriteria As EntityStagingGetCriteria, ByRef Batches As Collection(Of EntityStagingBatch), ByRef OperationResult As OperationResult) As Integer
Parameters
- International
- International
The cultural settings.
- GetCriteria
- EntityStagingGetCriteria
The criteria that specifies the entity staging area to retrieve.
- Batches
- Collection<EntityStagingBatch>
When this method returns, contains the collected batches. This parameter is passed uninitialized.
- OperationResult
- OperationResult
When this method returns, contains the operation result. This parameter is passed uninitialized.
Returns
The unique integer identifier that identifies the retrieved batch.