다음을 통해 공유


ServiceClient.StagingProcess 메서드

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

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
Public Function StagingProcess ( _
    International As International, _
    Process As Boolean, _
    UnbatchedCriteria As StagingUnbatchedCriteria, _
    <OutAttribute> ByRef OperationResult As OperationResult _
) As StagingBatch
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim Process As Boolean
Dim UnbatchedCriteria As StagingUnbatchedCriteria
Dim OperationResult As OperationResult
Dim returnValue As StagingBatch

returnValue = instance.StagingProcess(International, _
    Process, UnbatchedCriteria, OperationResult)
public StagingBatch StagingProcess(
    International International,
    bool Process,
    StagingUnbatchedCriteria UnbatchedCriteria,
    out OperationResult OperationResult
)
public:
StagingBatch^ StagingProcess(
    International^ International, 
    bool Process, 
    StagingUnbatchedCriteria^ UnbatchedCriteria, 
    [OutAttribute] OperationResult^% OperationResult
)
member StagingProcess : 
        International:International * 
        Process:bool * 
        UnbatchedCriteria:StagingUnbatchedCriteria * 
        OperationResult:OperationResult byref -> StagingBatch
public function StagingProcess(
    International : International, 
    Process : boolean, 
    UnbatchedCriteria : StagingUnbatchedCriteria, 
    OperationResult : OperationResult
) : StagingBatch

매개 변수

  • Process
    유형: System.Boolean
    true to run the staging queue process; otherwise, false.

반환 값

유형: Microsoft.MasterDataServices.StagingBatch
The existing unbatched records in the staging tables.

참고 항목

참조

ServiceClient 클래스

Microsoft.MasterDataServices 네임스페이스