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.245.0.0 (8.245.0.0)
Syntax public TrackingResult AbortOperation(
Guid sessionId,
Guid transactionId
)
Public Function AbortOperation (
sessionId As Guid,
transactionId As Guid
) As TrackingResult
public:
virtual TrackingResult^ AbortOperation(
Guid sessionId,
Guid transactionId
) sealed
abstract AbortOperation :
sessionId : Guid *
transactionId : Guid -> TrackingResult
override AbortOperation :
sessionId : Guid *
transactionId : Guid -> TrackingResult
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:
TrackingResultA
TrackingResult object indiciating the result of the abort.
Exceptions See Also