Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A transaction stream is an object that supplies a series of transactions, each identified by a monotonically increasing transaction sequence number (TSN). Each transaction stream is uniquely identified by a GUID known as a transaction stream ID. The TSN is used to synchronize the transaction participants to the current active transaction. A new transaction in the stream might not be initiated until the previous transaction has completed.
Transaction streams make it possible for sets of distributed objects to collaborate on sequential units of work.