StagingProcessResponse Class

 

Represents the response for the staging process operation.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
    Microsoft.MasterDataServices.Services.MessageContracts.StagingProcessResponse

Syntax

[MessageContractAttribute]
public class StagingProcessResponse : MessageResponse
[MessageContractAttribute]
public ref class StagingProcessResponse : MessageResponse
[<MessageContractAttribute>]
type StagingProcessResponse = 
    class
        inherit MessageResponse
    end
<MessageContractAttribute>
Public Class StagingProcessResponse
    Inherits MessageResponse

Constructors

Name Description
System_CAPS_pubmethod StagingProcessResponse()

Initializes a new instance of the StagingProcessResponse class.

Properties

Name Description
System_CAPS_pubproperty BatchId

Gets or sets the batch identifier of the records that were previously unbatched.

System_CAPS_pubproperty OperationResult

Gets or sets the result of an operation.(Inherited from MessageResponse.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top