StagingGetResponse Constructors

Definition

Initializes a new instance of the StagingGetResponse class.

Overloads

StagingGetResponse()

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

StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

Initializes a new instance of the StagingGetResponse class with the specified batch list, operation result, and unbatched information.

StagingGetResponse()

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

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

Applies to

StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

Initializes a new instance of the StagingGetResponse class with the specified batch list, operation result, and unbatched information.

public:
 StagingGetResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingBatch ^> ^ Batches, Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingUnbatchedInformation ^> ^ UnbatchedInformation);
public StagingGetResponse (System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatch> Batches, Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingUnbatchedInformation> UnbatchedInformation);
new Microsoft.MasterDataServices.StagingGetResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatch> * Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingUnbatchedInformation> -> Microsoft.MasterDataServices.StagingGetResponse
Public Sub New (Batches As Collection(Of StagingBatch), OperationResult As OperationResult, UnbatchedInformation As Collection(Of StagingUnbatchedInformation))

Parameters

Batches
Collection<StagingBatch>

List of batches to be returned.

OperationResult
OperationResult

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

UnbatchedInformation
Collection<StagingUnbatchedInformation>

Summary information about records in the staging system that are not associated with a batch.

Applies to