IService.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.ServiceContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
StagingProcessResponse StagingProcess(
    StagingProcessRequest request
)
[OperationContractAttribute]
[FaultContractAttribute((EditionExpiredMessage^::typeid))]
StagingProcessResponse^ StagingProcess(
    StagingProcessRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract StagingProcess : 
        request:StagingProcessRequest -> StagingProcessResponse
<OperationContractAttribute>
<FaultContractAttribute(GetType(EditionExpiredMessage))>
Function StagingProcess (
    request As StagingProcessRequest
) As StagingProcessResponse

Parameters

Return Value

Type: Microsoft.MasterDataServices.Services.MessageContracts.StagingProcessResponse

The response to the process operation.

See Also

IService Interface
Microsoft.MasterDataServices.Services.ServiceContracts Namespace

Return to top