Notifies the
IConcurrencyManager that
the object has been loaded.
Syntax
| Visual Basic (Declaration) | |
|---|
Protected Sub NotifyConcurrencyManager( _
ByVal obj As T _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ObjectReader(Of T)
Dim obj As T
instance.NotifyConcurrencyManager(obj)
|
| C# | |
|---|
protected void NotifyConcurrencyManager(
T obj
) |
| Managed Extensions for C++ | |
|---|
protected: void NotifyConcurrencyManager(
T obj
) |
| C++/CLI | |
|---|
protected:
void NotifyConcurrencyManager(
T obj
) |
Parameters
- obj
- Object that has been loaded.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also