-
Notifications
You must be signed in to change notification settings - Fork 4
IWriteLock
FoolRunning edited this page Jul 26, 2022
·
5 revisions
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.
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.