ProjectorLockSetId

Data TypeDescriptionSample Data
Int32

A projector lock set id is an identifier for a group of one or more locks held as a unit. The locks may be associated with multiple entities of same or differing types, but are managed as a unit. That is, they are obtained, checked, renewed and released as a unit, and the projector lock set id is the identifier used to refer to the set as a whole for these purposes.

When you use PwsAcquireProjectorLocks to lock a group of entities, you are given a lock set id. It is this id that you can then subsequently pass to PwsCheckProjectorLocks, PwsRenewProjectorLocks or PwsReleaseProjectorLocks to manage the lock set, and it is this id that you pass to services such as PwsSaveEngagement and PwsSaveProject to assert the lock.

2602