AnnotationsUpdateResponse Constructors

Definition

Initializes a new instance of the AnnotationsUpdateResponse class.

Overloads

AnnotationsUpdateResponse()

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

AnnotationsUpdateResponse(OperationResult)

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

AnnotationsUpdateResponse()

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

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

Applies to

AnnotationsUpdateResponse(OperationResult)

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

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

Parameters

OperationResult
OperationResult

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

Applies to