Abort Method
Topic Last Modified: 2006-06-13
This method aborts the event transaction if the event is synchronous.
Applies To
Type Library
EXOLEDB Type Library
DLL Implemented In
EXOLEDB.DLL
Syntax
Sub Abort( ByVal lErrorCode As LONG)
HRESULT Abort
(
LONG lErrorCode
);
Parameters
- lErrorCode
The error code you can return to the event source to indicate the reason for the abort. See Remarks.
Return Value
This method returns S_OK if the call succeeds.
Remarks
This method aborts the transaction if the event is synchronous. It is not valid for asynchronous events or system events.
When aborting the transaction for reasons other than programmatic failures, set the LErrorCode flag to E_ABORT.
See the AbortChange Method for the Automation-compatible version of this method.