ServiceClient.IService.StagingGet(StagingGetRequest) Method

Definition

Retrieves the contents of the bulk staging area.

 virtual Microsoft::MasterDataServices::StagingGetResponse ^ Microsoft.MasterDataServices.IService.StagingGet(Microsoft::MasterDataServices::StagingGetRequest ^ request) = Microsoft::MasterDataServices::IService::StagingGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.StagingGetResponse IService.StagingGet (Microsoft.MasterDataServices.StagingGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.StagingGet : Microsoft.MasterDataServices.StagingGetRequest -> Microsoft.MasterDataServices.StagingGetResponse
override this.Microsoft.MasterDataServices.IService.StagingGet : Microsoft.MasterDataServices.StagingGetRequest -> Microsoft.MasterDataServices.StagingGetResponse
Function StagingGet (request As StagingGetRequest) As StagingGetResponse Implements IService.StagingGet

Parameters

request
StagingGetRequest

The get request.

Returns

The StagingGetResponse for the operation.

Implements

Attributes

Applies to