Service.StagingProcess Method (StagingProcessRequest)

 

Sweeps the existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request.

Namespace:   Microsoft.MasterDataServices.Services
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

public StagingProcessResponse StagingProcess(
    StagingProcessRequest request
)
public:
virtual StagingProcessResponse^ StagingProcess(
    StagingProcessRequest^ request
) sealed
abstract StagingProcess : 
        request:StagingProcessRequest -> StagingProcessResponse
override StagingProcess : 
        request:StagingProcessRequest -> StagingProcessResponse
Public Function StagingProcess (
    request As StagingProcessRequest
) As StagingProcessResponse

Parameters

Return Value

Type: Microsoft.MasterDataServices.Services.MessageContracts.StagingProcessResponse

The StagingProcessResponse for the operation.

Implements

IService.StagingProcess(StagingProcessRequest)

See Also

Service Class
Microsoft.MasterDataServices.Services Namespace

Return to top