ServiceClient.IService.EntityStagingLoad(EntityStagingLoadRequest) Method

Definition

Loads the contents of the entity staging area.

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

Parameters

request
EntityStagingLoadRequest

The load request.

Returns

The EntityStagingLoadResponse for the operation.

Implements

Attributes

Applies to