ServiceClient.TransactionsReverse Method
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.
Reverses one or more existing transactions.
public:
Microsoft::MasterDataServices::OperationResult ^ TransactionsReverse(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<int> ^ Transactions, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::ReplacementId ^> ^ % TransactionsReversed);
public Microsoft.MasterDataServices.OperationResult TransactionsReverse (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<int> Transactions, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.ReplacementId> TransactionsReversed);
member this.TransactionsReverse : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<int> * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function TransactionsReverse (International As International, Transactions As Collection(Of Integer), ByRef TransactionsReversed As Collection(Of ReplacementId)) As OperationResult
Parameters
- International
- International
The cultural settings.
- Transactions
- Collection<Int32>
The transactions to be reversed.
- TransactionsReversed
- Collection<ReplacementId>
When this method returns, contains the transaction in reversed order. This parameter is passed uninitialized.
Returns
An OperationResult object containing the result of an operation.