FDO API Reference Feature Data Objects

mgIReleaseLock.h File Reference

Include dependency graph for mgIReleaseLock.h:

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


Functions

NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING::ILockConflictReaderExecute ()
 Executes the release lock command, returning an FdoILockConflictReader.
__property System::Void set_LockOwner (System::String *value)
 Sets the name of the user who owns the lock to release.

Variables

BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING
public __gc __interface 
ILockConflictReader
public __gc __interface IReleaseLock
 The FdoIReleaseLock interface defines the ReleaseLock command, which releases locks from feature instances of a given class that match the specified criteria. Input to the release lock command includes the name of the class and filter criteria by which to identify the instances to be unlocked. The filter may be specified either as text or as an expression tree (most likely produced by a query builder). The ability to successfully execute the command might be restricted by the datastore security if the lock doesn’t belong to the user executing the command.

Comments or suggestions? Send us feedback.