StagingProcessResponse Constructors
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.
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.