TTSAbort Method

The TTSAbort method calls the ttsabort function of the Axapta X++ language. Use TTSAbort to abort a transaction started by a previous call to TTSBegin.

Namespace:  Microsoft.Dynamics.BusinessConnectorNet
Assembly:  Microsoft.Dynamics.BusinessConnectorNet (in Microsoft.Dynamics.BusinessConnectorNet.dll)

Syntax

'Declaration
Public Sub TTSAbort
'Usage
Dim instance As Axapta

instance.TTSAbort()
public void TTSAbort()
public:
void TTSAbort()

Exceptions

Exception Condition
BusinessConnectorException

An unexpected error has occurred with the Business Connector.

NotLoggedOnException

The requested operation cannot be performed because the user is not logged on to Axapta.

See Also

Axapta Class

Microsoft.Dynamics.BusinessConnectorNet Namespace

TTSBegin

TTSCommit