public interface IFormEditorModelLockingStrategyPublic Interface IFormEditorModelLockingStrategypublic interface class IFormEditorModelLockingStrategytype IFormEditorModelLockingStrategy = interface end| ExecuteInLockAsync | Performs specified action on lock associated with form. If lock cannot be acquired within a short time because another task is running concurrently on the lock, method throws an exception InvalidOperationException. The lock is released even if specified method threw an exception, after which exception is thrown outside. |