StagingClearResponse Constructors

Definition

Initializes a new instance of the StagingClearResponse class.

Overloads

StagingClearResponse()

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

StagingClearResponse(Int32, Int32, Int32, OperationResult, Int32)

Initializes a new instance of the StagingClearResponse class that has the specified count of attributes records, batches, member records, and relationship records cleared, and the operation result..

StagingClearResponse()

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

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

Applies to

StagingClearResponse(Int32, Int32, Int32, OperationResult, Int32)

Initializes a new instance of the StagingClearResponse class that has the specified count of attributes records, batches, member records, and relationship records cleared, and the operation result..

public:
 StagingClearResponse(int AttributesRecordsClearedCount, int BatchesQueuedToClearCount, int MemberRecordsClearedCount, Microsoft::MasterDataServices::OperationResult ^ OperationResult, int RelationshipRecordsClearedCount);
public StagingClearResponse (int AttributesRecordsClearedCount, int BatchesQueuedToClearCount, int MemberRecordsClearedCount, Microsoft.MasterDataServices.OperationResult OperationResult, int RelationshipRecordsClearedCount);
new Microsoft.MasterDataServices.StagingClearResponse : int * int * int * Microsoft.MasterDataServices.OperationResult * int -> Microsoft.MasterDataServices.StagingClearResponse
Public Sub New (AttributesRecordsClearedCount As Integer, BatchesQueuedToClearCount As Integer, MemberRecordsClearedCount As Integer, OperationResult As OperationResult, RelationshipRecordsClearedCount As Integer)

Parameters

AttributesRecordsClearedCount
Int32

The number of attributes records cleared.

BatchesQueuedToClearCount
Int32

The number of batches cleared.

MemberRecordsClearedCount
Int32

The number of member records cleared.

OperationResult
OperationResult

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

RelationshipRecordsClearedCount
Int32

The number of relationship records cleared.

Applies to