Freigeben über


ServiceClient.IService.TransactionsReverse-Methode

Reverses one or more existing transactions.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Private Function TransactionsReverse ( _
    request As TransactionsReverseRequest _
) As TransactionsReverseResponse Implements IService.TransactionsReverse
'Usage
Dim instance As ServiceClient
Dim request As TransactionsReverseRequest
Dim returnValue As TransactionsReverseResponse

returnValue = CType(instance, IService).TransactionsReverse(request)
TransactionsReverseResponseIService.TransactionsReverse(
    TransactionsReverseRequest request
)
private:
virtual TransactionsReverseResponse^ TransactionsReverse(
    TransactionsReverseRequest^ request
) sealed = IService::TransactionsReverse
private abstract TransactionsReverse : 
        request:TransactionsReverseRequest -> TransactionsReverseResponse 
private override TransactionsReverse : 
        request:TransactionsReverseRequest -> TransactionsReverseResponse
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

Typ: Microsoft.MasterDataServices.TransactionsReverseResponse
The TransactionsReverseResponse for the operation.

Implementiert

IService.TransactionsReverse(TransactionsReverseRequest)

Siehe auch

Verweis

ServiceClient Klasse

Microsoft.MasterDataServices-Namespace