Chili.Opf3 Send comments on this topic.
IConcurrencyManager Interface
See Also  Members  
Chili.Opf3.Concurrency Namespace : IConcurrencyManager Interface




Interface implemented by classes that validate an object against the storage.

Syntax

Visual Basic (Declaration) 
Public Interface IConcurrencyManager 
Visual Basic (Usage)Copy Code
Dim instance As IConcurrencyManager
C# 
public interface IConcurrencyManager 
Managed Extensions for C++ 
public __gc __interface IConcurrencyManager 
C++/CLI 
public interface class IConcurrencyManager 

Remarks

This interface is implemented by classes that validate an object against the storage. They check if somebody else changed the object in the meantime (while it has been in memory) and inform the ObjectContext whether a problem has been encountered. A class that implements this interface is the Md5ConcurrencyManager.

Requirements

Namespace: Chili.Opf3.Concurrency

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also