ServiceClient.IService.StagingClear(StagingClearRequest) 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.
Clears the bulk staging area.
virtual Microsoft::MasterDataServices::StagingClearResponse ^ Microsoft.MasterDataServices.IService.StagingClear(Microsoft::MasterDataServices::StagingClearRequest ^ request) = Microsoft::MasterDataServices::IService::StagingClear;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.StagingClearResponse IService.StagingClear (Microsoft.MasterDataServices.StagingClearRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.StagingClear : Microsoft.MasterDataServices.StagingClearRequest -> Microsoft.MasterDataServices.StagingClearResponse
override this.Microsoft.MasterDataServices.IService.StagingClear : Microsoft.MasterDataServices.StagingClearRequest -> Microsoft.MasterDataServices.StagingClearResponse
Function StagingClear (request As StagingClearRequest) As StagingClearResponse Implements IService.StagingClear
Parameters
- request
- StagingClearRequest
The clear request.
Returns
The StagingClearResponse for the operation.
Implements
- Attributes