EntityStagingClearResponse Constructors

Definition

Initializes a new instance of the EntityStagingClearResponse class with the specified value.

Overloads

EntityStagingClearResponse()

Initializes a new instance of the EntityStagingClearResponse class.

EntityStagingClearResponse(OperationResult)

Initializes a new instance of the EntityStagingClearResponse class that has the specified operation result.

EntityStagingClearResponse()

Initializes a new instance of the EntityStagingClearResponse class.

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

Applies to

EntityStagingClearResponse(OperationResult)

Initializes a new instance of the EntityStagingClearResponse class that has the specified operation result.

public:
 EntityStagingClearResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public EntityStagingClearResponse (Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.EntityStagingClearResponse : Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.EntityStagingClearResponse
Public Sub New (OperationResult As OperationResult)

Parameters

OperationResult
OperationResult

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

Applies to