FDO API Reference Feature Data Objects

IFreezeLongTransactionImp Class Reference

List of all members.

Detailed Description

The FdoIFreezeLongTransaction interface defines the FreezeLongTransaction command, which freezes or thaws a long transaction. When a long transaction is frozen the user who froze it gains exclusive access to it. Other users can read it, but not apply any updates. Input to the FreezeLongTransaction command is the long transaction name and the operation to perform. The Execute method performs the specified operation on the identified long transaction if the user has access privileges for the indicated long transaction.


Public Member Functions

System::Void Dispose ()
System::Void Execute ()
 Executes the command.
__property System::String * get_Name ()
 Gets the name of the long transaction to freeze or unfreeze as a string.
__property NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION::LongTransactionFreezeOperations get_Operation ()
 Gets the operation to perform (Freeze or Thaw) on the long transaction.
__property System::Void set_Name (System::String *value)
 Sets the name of the long transaction to freeze or unfreeze as a string.
__property System::Void set_Operation (NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION::LongTransactionFreezeOperations value)
 Sets the operation to perform (Freeze or Thaw) on the long transaction.

Comments or suggestions? Send us feedback.