ArcObjects Library Reference (System)  

IAfLockMgr.Unregister Method

Unregisters object from the lock manager and removes all locks set by the object.

[Visual Basic .NET]
Public Function Unregister ( _
) As Boolean
[C#]
public bool Unregister (
);
[C++]
HRESULT Unregister(
  VARIANT_BOOL* succeeded
);
[C++]

Parameters

succeeded [out, retval]   succeeded is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAfLockMgr Interface