Deltapacket.gettransactionid() - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

DeltaPacket.getTransactionId()

Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
deltaPacket.getTransactionId()
Parameters
None.
Returns
A string; the unique transaction ID for a single transaction grouping of delta packets.
Description
Method; returns the transaction ID for the delta packet. This unique identifier is used to
group a send/receive transaction for a delta packet. The data set uses this to determine
if the delta packet is part of the same transaction it originated with the
call.
DataSet.applyUpdates()
Example
The following example calls the
method:
getTransactionId()
// ...
var deltapkt:DeltaPacket = _parent.myDataSet.deltaPacket;
trace("*** Trans ID is: " + deltapkt.getTransactionId() + " ***");
// ...
484
DeltaPacket interface (Flash Professional only)

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents