Skip to content
FoolRunning edited this page Jul 26, 2022 · 5 revisions

Description

A lock ensuring the plugins exclusive ability to write data.

NOTE: When disposed, the lock will be released. If any changes were made using this lock for which there are pending notifications, they will be made at that time.

Methods

SendNotifications

void SendNotifications()

Notify that a "unit of work" has been completed so that Paratext will send out notifications for any data that has changed. This normally allows the lock to be retained (unless another object requests the lock in response to notifications).


This page is auto-generated. User edits will be lost when regenerated.

Clone this wiki locally