Construtor StagingGetResponse (Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)
Initializes a new instance of the StagingGetResponse class with the specified batch list, operation result, and unbatched information.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
Batches As Collection(Of StagingBatch), _
OperationResult As OperationResult, _
UnbatchedInformation As Collection(Of StagingUnbatchedInformation) _
)
'Uso
Dim Batches As Collection(Of StagingBatch)
Dim OperationResult As OperationResult
Dim UnbatchedInformation As Collection(Of StagingUnbatchedInformation)
Dim instance As New StagingGetResponse(Batches, _
OperationResult, UnbatchedInformation)
public StagingGetResponse(
Collection<StagingBatch> Batches,
OperationResult OperationResult,
Collection<StagingUnbatchedInformation> UnbatchedInformation
)
public:
StagingGetResponse(
Collection<StagingBatch^>^ Batches,
OperationResult^ OperationResult,
Collection<StagingUnbatchedInformation^>^ UnbatchedInformation
)
new :
Batches:Collection<StagingBatch> *
OperationResult:OperationResult *
UnbatchedInformation:Collection<StagingUnbatchedInformation> -> StagingGetResponse
public function StagingGetResponse(
Batches : Collection<StagingBatch>,
OperationResult : OperationResult,
UnbatchedInformation : Collection<StagingUnbatchedInformation>
)
Parâmetros
- Batches
Tipo: System.Collections.ObjectModel.Collection<StagingBatch>
List of batches to be returned.
- OperationResult
Tipo: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
- UnbatchedInformation
Tipo: System.Collections.ObjectModel.Collection<StagingUnbatchedInformation>
Summary information about records in the staging system that are not associated with a batch.