Click or drag to resize

StartResultTransactionId Property

If the operation was successful, a 128-bit unique identifier for the newly opened transaction. If a pre-existing open transaction already exists for this Item at this operation, the Id of the existing transaction will be returned. This Id may be used by subsequent calls to record data against the transaction, and to pause or complete (finish) the transaction.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public Nullable<Guid> TransactionId { get; }

Property Value

Type: NullableGuid
See Also