ArcObjects Library Reference (System)  

IAppLockMgr.Remove Method

Removes a lock reference from the lock manager.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal cookie As Integer _
)
[C#]
public void Remove (
    int cookie
);
[C++]
HRESULT Remove(
  long cookie
);
[C++]

Parameters

cookie [in]   cookie is a parameter of type long

Product Availability

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

See Also

IAppLockMgr Interface