FDO API Reference Feature Data Objects

mgILongTransactionCheckpointReader.h File Reference

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


Functions

System::Void Close ()
 Closes the FdoILongTransactionCheckpointReader object, freeing any resources it may be holding.
System::String * GetCheckpointDescription ()
 Gets the description of the checkpoint currently being read.
System::DateTime GetCreationDate ()
 Gets the creation date of the checkpoint currently being read.
System::Boolean IsActive ()
 Returns true if the checkpoint currently being read is the active checkpoint.
System::Boolean ReadNext ()
 Advances the reader to the next item. The default position of the reader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.

Variables

BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION
public __gc __interface 
ILongTransactionCheckpointReader
 The FdoILongTransactionCheckpointReader interface provides forward only, read-only functionality for enumerating long transaction checkpoints. A reference to an FdoILongTransactionCheckpointReader is returned from the GetLongTransactionCheckpoints command. The initial position of the FdoILongTransactionCheckpointReader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.

Comments or suggestions? Send us feedback.