DeltaPacket.getConfigInfo()

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

deltaPacket.getConfigInfo(info)

Properties

info Object; contains information specific to the implementation.

Returns

An object that contains information required for the specific DeltaPacket implementation.

Description

Method; returns configuration information that is specific to the implementation of the DeltaPacket interface. This method allows implementations of the DeltaPacket interface to access custom information.

Example

The following example calls the getConfigInfo() method:

// ...
new DeltaPacketImpl(source, getTransactionId(), null, logChanges(), getConfigInfo());
// ...