StagingProcessRequest Constructors

Definition

Initializes a new instance of the StagingProcessRequest class.

Overloads

StagingProcessRequest()

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

StagingProcessRequest(International, Boolean, StagingUnbatchedCriteria)

Initializes a new instance of the StagingProcessRequest class that has the specified cultural settings, .

StagingProcessRequest()

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

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

Applies to

StagingProcessRequest(International, Boolean, StagingUnbatchedCriteria)

Initializes a new instance of the StagingProcessRequest class that has the specified cultural settings, .

public:
 StagingProcessRequest(Microsoft::MasterDataServices::International ^ International, bool Process, Microsoft::MasterDataServices::StagingUnbatchedCriteria ^ UnbatchedCriteria);
public StagingProcessRequest (Microsoft.MasterDataServices.International International, bool Process, Microsoft.MasterDataServices.StagingUnbatchedCriteria UnbatchedCriteria);
new Microsoft.MasterDataServices.StagingProcessRequest : Microsoft.MasterDataServices.International * bool * Microsoft.MasterDataServices.StagingUnbatchedCriteria -> Microsoft.MasterDataServices.StagingProcessRequest
Public Sub New (International As International, Process As Boolean, UnbatchedCriteria As StagingUnbatchedCriteria)

Parameters

International
International

The cultural settings.

Process
Boolean

If true, run the staging queue; otherwise, false.

UnbatchedCriteria
StagingUnbatchedCriteria

Criteria for the unbatched records that will be put into the new batch.

Applies to