ServiceClient.IService.StagingProcess(StagingProcessRequest) 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.
Sweeps the existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request.
virtual Microsoft::MasterDataServices::StagingProcessResponse ^ Microsoft.MasterDataServices.IService.StagingProcess(Microsoft::MasterDataServices::StagingProcessRequest ^ request) = Microsoft::MasterDataServices::IService::StagingProcess;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.StagingProcessResponse IService.StagingProcess (Microsoft.MasterDataServices.StagingProcessRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.StagingProcess : Microsoft.MasterDataServices.StagingProcessRequest -> Microsoft.MasterDataServices.StagingProcessResponse
override this.Microsoft.MasterDataServices.IService.StagingProcess : Microsoft.MasterDataServices.StagingProcessRequest -> Microsoft.MasterDataServices.StagingProcessResponse
Function StagingProcess (request As StagingProcessRequest) As StagingProcessResponse Implements IService.StagingProcess
Parameters
- request
- StagingProcessRequest
The process request.
Returns
The StagingProcessResponse for the operation.
Implements
- Attributes