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

mgIAcquireLock.h File Reference

Include dependency graph for mgIAcquireLock.h:


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::Locking

Functions

OSGeo::FDO::Commands::Locking::ILockConflictReaderExecute ()
 Executes the AcquireLock command, returning an ILockConflictReader.
__property OSGeo::FDO::Commands::Locking::LockStrategy get_LockStrategy ()
 Gets the LockStrategy value.
__property System::Void set_LockStrategy (OSGeo::FDO::Commands::Locking::LockStrategy value)
 Sets the LockStrategy value (all or partial).
__property System::Void set_LockType (OSGeo::FDO::Commands::Locking::LockType value)
 Sets the LockType value.

Variables

public __gc __interface IAcquireLock

Function Documentation

OSGeo ::FDO ::Commands ::Locking ::ILockConflictReader* Execute  ) 
 

Executes the AcquireLock command, returning an ILockConflictReader.

Returns:
Returns a list of feature instances which could not be locked. The list could be empty indicating that all of the feature instances specified in the filter have been locked, or it could contain the list of feature instances that could not be locked because they are already locked by someone or because the locking strategy is all and at least one of the feature instances specified in the filter is already locked by someone else.

__property OSGeo ::FDO ::Commands ::Locking ::LockStrategy get_LockStrategy  ) 
 

Gets the LockStrategy value.

Returns:
Returns the strategy value (all or partial).

__property System::Void set_LockStrategy OSGeo::FDO::Commands::Locking::LockStrategy  value  ) 
 

Sets the LockStrategy value (all or partial).

Parameters:
value Input the lock strategy used for locking objects
Returns:
Returns nothing

__property System::Void set_LockType OSGeo::FDO::Commands::Locking::LockType  value  ) 
 

Sets the LockType value.

Parameters:
value Input the lock type
Returns:
Returns nothing

Variable Documentation

public __gc __interface OSGeo::FDO::Commands::Locking::IAcquireLock
 


Comments or suggestions? Send us feedback.