FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgILongTransactionCheckpointReader.h File Reference


Namespaces

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

Functions

System::Void Close ()
 Closes the ILongTransactionCheckpointReader 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.

Function Documentation

System::Void Close  ) 
 

Closes the ILongTransactionCheckpointReader object, freeing any resources it may be holding.

Returns:
Returns nothing

System::String* GetCheckpointDescription  ) 
 

Gets the description of the checkpoint currently being read.

Returns:
Returns the checkpoint description

System::DateTime GetCreationDate  ) 
 

Gets the creation date of the checkpoint currently being read.

Returns:
Returns the creation date

System::Boolean IsActive  ) 
 

Returns true if the checkpoint currently being read is the active checkpoint.

Returns:
Returns true if the checkpoint is active.

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.

Returns:
Returns true if there is a next item.

Comments or suggestions? Send us feedback.