ServiceClient.IService.EntityStagingGet(EntityStagingGetRequest) Method

Definition

Retrieves the contents of the entity staging area.

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

Parameters

request
EntityStagingGetRequest

The get request.

Returns

The EntityStagingGetResponse for the operation.

Implements

Attributes

Applies to