Share via


StagingClearResponse Constructor (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..

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Public Sub New ( _
    AttributesRecordsClearedCount As Integer, _
    BatchesQueuedToClearCount As Integer, _
    MemberRecordsClearedCount As Integer, _
    OperationResult As OperationResult, _
    RelationshipRecordsClearedCount As Integer _
)
'Usage
Dim AttributesRecordsClearedCount As Integer
Dim BatchesQueuedToClearCount As Integer
Dim MemberRecordsClearedCount As Integer
Dim OperationResult As OperationResult
Dim RelationshipRecordsClearedCount As Integer

Dim instance As New StagingClearResponse(AttributesRecordsClearedCount, _
    BatchesQueuedToClearCount, MemberRecordsClearedCount, _
    OperationResult, RelationshipRecordsClearedCount)
public StagingClearResponse(
    int AttributesRecordsClearedCount,
    int BatchesQueuedToClearCount,
    int MemberRecordsClearedCount,
    OperationResult OperationResult,
    int RelationshipRecordsClearedCount
)
public:
StagingClearResponse(
    int AttributesRecordsClearedCount, 
    int BatchesQueuedToClearCount, 
    int MemberRecordsClearedCount, 
    OperationResult^ OperationResult, 
    int RelationshipRecordsClearedCount
)
new : 
        AttributesRecordsClearedCount:int * 
        BatchesQueuedToClearCount:int * 
        MemberRecordsClearedCount:int * 
        OperationResult:OperationResult * 
        RelationshipRecordsClearedCount:int -> StagingClearResponse
public function StagingClearResponse(
    AttributesRecordsClearedCount : int, 
    BatchesQueuedToClearCount : int, 
    MemberRecordsClearedCount : int, 
    OperationResult : OperationResult, 
    RelationshipRecordsClearedCount : int
)

Parameters

  • AttributesRecordsClearedCount
    Type: System.Int32
    The number of attributes records cleared.
  • MemberRecordsClearedCount
    Type: System.Int32
    The number of member records cleared.
  • RelationshipRecordsClearedCount
    Type: System.Int32
    The number of relationship records cleared.

See Also

Reference

StagingClearResponse Class

StagingClearResponse Overload

Microsoft.MasterDataServices Namespace