EntityStagingProcessResponse 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 EntityStagingProcessResponse class.
Overloads
EntityStagingProcessResponse() |
Initializes a new instance of the EntityStagingProcessResponse class. |
EntityStagingProcessResponse(Int32, OperationResult) |
Initializes a new instance of the EntityStagingProcessResponse class with the specified batch ID and operation result. |
EntityStagingProcessResponse()
Initializes a new instance of the EntityStagingProcessResponse class.
public:
EntityStagingProcessResponse();
public EntityStagingProcessResponse ();
Public Sub New ()
Applies to
EntityStagingProcessResponse(Int32, OperationResult)
Initializes a new instance of the EntityStagingProcessResponse class with the specified batch ID and operation result.
public:
EntityStagingProcessResponse(int BatchId, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public EntityStagingProcessResponse (int BatchId, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.EntityStagingProcessResponse : int * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.EntityStagingProcessResponse
Public Sub New (BatchId As Integer, OperationResult As OperationResult)
Parameters
- BatchId
- Int32
The resultant batch ID given to the batch.
- OperationResult
- OperationResult
The operation result.