ICentralLockedCallback Interface
An interface that may be used to control Revit's behavior when it tries to lock central and is blocked because another user already has locked central.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2014

Syntax

C#
public interface ICentralLockedCallback
Visual Basic
Public Interface ICentralLockedCallback
Visual C++
public interface class ICentralLockedCallback

See Also