FDO API Reference Feature Data Objects

mgIFreezeLongTransaction.h File Reference

Include dependency graph for mgIFreezeLongTransaction.h:

This graph shows which files directly or indirectly include this file:


Functions

System::Void Execute ()
 Executes the command.
__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.

Variables

BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION
public __gc __interface 
IFreezeLongTransaction
 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.

Comments or suggestions? Send us feedback.