StagingClearRequest Constructors

Definition

Initializes a new instance of the StagingClearRequest class.

Overloads

StagingClearRequest()

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

StagingClearRequest(International, Collection<Identifier>)

Initializes a new instance of the StagingClearRequest class that has the specified cultural settings and array of batches.

StagingClearRequest()

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

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

Applies to

StagingClearRequest(International, Collection<Identifier>)

Initializes a new instance of the StagingClearRequest class that has the specified cultural settings and array of batches.

public:
 StagingClearRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ Batches);
public StagingClearRequest (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> Batches);
new Microsoft.MasterDataServices.StagingClearRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> -> Microsoft.MasterDataServices.StagingClearRequest
Public Sub New (International As International, Batches As Collection(Of Identifier))

Parameters

International
International

The cultural settings.

Batches
Collection<Identifier>

An array of batches.

Applies to