StagingClearRequest Constructor (International, Collection<Identifier>)
Initializes a new instance of the StagingClearRequest class that has the specified cultural settings and array of batches.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
Batches As Collection(Of Identifier) _
)
'Usage
Dim International As International
Dim Batches As Collection(Of Identifier)
Dim instance As New StagingClearRequest(International, _
Batches)
public StagingClearRequest(
International International,
Collection<Identifier> Batches
)
public:
StagingClearRequest(
International^ International,
Collection<Identifier^>^ Batches
)
new :
International:International *
Batches:Collection<Identifier> -> StagingClearRequest
public function StagingClearRequest(
International : International,
Batches : Collection<Identifier>
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- Batches
Type: System.Collections.ObjectModel.Collection<Identifier>
An array of batches.