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: 25.0.0.0 (25.0.0.0)
Syntax
public interface ICentralLockedCallback

The ICentralLockedCallback type exposes the following members.

Methods
 NameDescription
Public methodShouldWaitForLockAvailability Returns whether Revit should wait and try again to acquire the lock on central.
Top
See Also