AnnotationsDeleteResponse Constructors

Definition

Initializes a new instance of the AnnotationsDeleteResponse class.

Overloads

AnnotationsDeleteResponse()

Initializes a new instance of the AnnotationsDeleteResponse class with default values.

AnnotationsDeleteResponse(OperationResult)

Initializes a new instance of the AnnotationsDeleteResponse class with the specified operation result.

AnnotationsDeleteResponse()

Initializes a new instance of the AnnotationsDeleteResponse class with default values.

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

Applies to

AnnotationsDeleteResponse(OperationResult)

Initializes a new instance of the AnnotationsDeleteResponse class with the specified operation result.

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

Parameters

OperationResult
OperationResult

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

Applies to