Click or drag to resize

TrackingServicesAbortOperation Method

Aborts a tracking transaction that is in progress (started but not yet finished). The transaction may not be aborted if there have been any symptoms, defects, or data collected during processing.

Namespace:  FactoryLogix.xTend.Production
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public TrackingResult AbortOperation(
	Guid sessionId,
	Guid transactionId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
transactionId
Type: SystemGuid
The transaction Id returned by the TransactionId property of the StartResult.

Return Value

Type: TrackingResult
A TrackingResult object indiciating the result of the abort.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
TransactionNotFoundExceptionThrown if the transactionId parameter is invalid.
See Also