ServiceClient.TransactionAnnotationsCreate Method

Definition

Creates new annotations attached to an existing transaction.

public:
 Microsoft::MasterDataServices::OperationResult ^ TransactionAnnotationsCreate(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, int TransactionId);
public Microsoft.MasterDataServices.OperationResult TransactionAnnotationsCreate (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, int TransactionId);
member this.TransactionAnnotationsCreate : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * int -> Microsoft.MasterDataServices.OperationResult
Public Function TransactionAnnotationsCreate (International As International, Annotations As Collection(Of Annotation), TransactionId As Integer) As OperationResult

Parameters

International
International

The cultural settings.

Annotations
Collection<Annotation>

The list of annotation to create and to attach to the transaction.

TransactionId
Int32

The unique integer identifier of the transaction.

Returns

An OperationResult object containing the result of an operation.

Applies to