ServiceClient.IService.EntityStagingClear(EntityStagingClearRequest) Method

Definition

Clears the entity staging area.

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

Parameters

request
EntityStagingClearRequest

The clear request.

Returns

The EntityStagingClearResponse for the operation.

Implements

Attributes

Applies to