Compartir a través de


Service.TransactionAnnotationsGet(TransactionAnnotationsGetRequest) Método

Definición

Obtiene anotaciones relacionadas con una transacción.

public:
 virtual Microsoft::MasterDataServices::Services::MessageContracts::TransactionAnnotationsGetResponse ^ TransactionAnnotationsGet(Microsoft::MasterDataServices::Services::MessageContracts::TransactionAnnotationsGetRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse TransactionAnnotationsGet (Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetRequest request);
abstract member TransactionAnnotationsGet : Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse
override this.TransactionAnnotationsGet : Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse
Public Function TransactionAnnotationsGet (request As TransactionAnnotationsGetRequest) As TransactionAnnotationsGetResponse

Parámetros

request
TransactionAnnotationsGetRequest

La instancia TransactionAnnotationsGetRequest que identifica la transacción para la que se obtiene una anotación.

Devoluciones

Un instancia TransactionAnnotationsGetResponse que contiene los resultados de la solicitud.

Implementaciones

Se aplica a