MessageResponse Constructors

Definition

Initializes a new instance of the MessageResponse class.

Overloads

MessageResponse()

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

MessageResponse(OperationResult)

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

MessageResponse()

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

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

Applies to

MessageResponse(OperationResult)

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

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

Parameters

OperationResult
OperationResult

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

Applies to