ServiceClient.IService.EntityStagingProcess 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.
Sets the batch to be queued for processing.
virtual Microsoft::MasterDataServices::EntityStagingProcessResponse ^ Microsoft.MasterDataServices.IService.EntityStagingProcess(Microsoft::MasterDataServices::EntityStagingProcessRequest ^ request) = Microsoft::MasterDataServices::IService::EntityStagingProcess;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.EntityStagingProcessResponse IService.EntityStagingProcess (Microsoft.MasterDataServices.EntityStagingProcessRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.EntityStagingProcess : Microsoft.MasterDataServices.EntityStagingProcessRequest -> Microsoft.MasterDataServices.EntityStagingProcessResponse
override this.Microsoft.MasterDataServices.IService.EntityStagingProcess : Microsoft.MasterDataServices.EntityStagingProcessRequest -> Microsoft.MasterDataServices.EntityStagingProcessResponse
Function EntityStagingProcess (request As EntityStagingProcessRequest) As EntityStagingProcessResponse Implements IService.EntityStagingProcess
Parameters
- request
- EntityStagingProcessRequest
The process request.
Returns
The EntityStagingProcessResponse for the operation.
Implements
- Attributes