AnnotationsUpdateResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.