StagingProcessResponse Constructors

Definition

Initializes a new instance of the StagingProcessResponse class.

Overloads

StagingProcessResponse()

Initializes a new instance of the StagingProcessResponse class that has default values.

StagingProcessResponse(StagingBatch, OperationResult)

Initializes a new instance of the StagingProcessResponse class that has the specified batch ID and operation result.

StagingProcessResponse()

Initializes a new instance of the StagingProcessResponse class that has default values.

public:
 StagingProcessResponse();
public StagingProcessResponse ();
Public Sub New ()

Applies to

StagingProcessResponse(StagingBatch, OperationResult)

Initializes a new instance of the StagingProcessResponse class that has the specified batch ID and operation result.

public:
 StagingProcessResponse(Microsoft::MasterDataServices::StagingBatch ^ BatchId, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public StagingProcessResponse (Microsoft.MasterDataServices.StagingBatch BatchId, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.StagingProcessResponse : Microsoft.MasterDataServices.StagingBatch * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.StagingProcessResponse
Public Sub New (BatchId As StagingBatch, OperationResult As OperationResult)

Parameters

BatchId
StagingBatch

The batch ID of the records that were previously unbatched.

OperationResult
OperationResult

The operation result, including a unique ID for tracking and logging.

Applies to