FDO .NET API Reference Feature Data Objects

mgILongTransactionCheckpointReader.h File Reference

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

Go to the source code of this file.


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::LongTransaction

Functions

System::Void OSGeo::FDO::Commands::LongTransaction::Close ()
 Closes the ILongTransactionSetReader object, freeing any resources it may be holding.
System::String * OSGeo::FDO::Commands::LongTransaction::GetCheckpointDescription ()
 Gets the description of the checkpoint currently being read.
System::DateTime OSGeo::FDO::Commands::LongTransaction::GetCreationDate ()
 Retrieves the creation date of the long transaction currently being read.
System::Boolean OSGeo::FDO::Commands::LongTransaction::IsActive ()
 Returns true if the long transaction currently being read is the active long transaction.
System::Boolean OSGeo::FDO::Commands::LongTransaction::ReadNext ()
 Advances the enumerator to the next conflict. The default position of the enumerator is prior to the first item. Thus, you must call ReadNext to begin accessing any data. ReadNext returns true until the end of the directives is reached. After the end of the directives is passed, subsequent calls to ReadNext return false until Reset is called.

Variables

public __gc __interface OSGeo::FDO::Commands::LongTransaction::ILongTransactionCheckpointReader

Comments or suggestions? Send us feedback.