public interface IDashboardLockingStrategyPublic Interface IDashboardLockingStrategypublic interface class IDashboardLockingStrategytype IDashboardLockingStrategy = interface end| ExecuteInLockAsyncT | Performs specified action on lock associated with dashboard type and user. 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. |