Represents the parameters for executing a locked action.

interface LockerParameters {
    RetryTimeoutInSeconds: number;
}

Properties

RetryTimeoutInSeconds: number

The timeout in seconds for retrying the lock.