IService.TransactionsReverse(TransactionsReverseRequest) 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::TransactionsReverseResponse ^ TransactionsReverse(Microsoft::MasterDataServices::TransactionsReverseRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverse", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseResponse")]
public Microsoft.MasterDataServices.TransactionsReverseResponse TransactionsReverse (Microsoft.MasterDataServices.TransactionsReverseRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverse", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseResponse")>]
abstract member TransactionsReverse : Microsoft.MasterDataServices.TransactionsReverseRequest -> Microsoft.MasterDataServices.TransactionsReverseResponse
Public Function TransactionsReverse (request As TransactionsReverseRequest) As TransactionsReverseResponse
Parameters
- request
- TransactionsReverseRequest
Reverse request.
Returns
A new instance of type TransactionsReverseResponse.
- Attributes