StagingProcessResponse Class

Definition

Holds the details of staging process response.

public ref class StagingProcessResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="StagingProcessResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingProcessResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="StagingProcessResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingProcessResponse = class
Public Class StagingProcessResponse
Inheritance
StagingProcessResponse
Attributes

Constructors

StagingProcessResponse()

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

StagingProcessResponse(StagingBatch, OperationResult)

Initializes a new instance of the StagingProcessResponse class that has the specified batch ID and operation result.

Fields

BatchId

The batch ID of the records that were previously unbatched.

OperationResult

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

Applies to