Overview
This structure contains the complete set of information about a lockrepresents a lock request, and is used when acquiring Projector locks (PwsAcquireProjectorLocks) or checking Projector locks (PwsCheckProjectorLocks).
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? |
---|
Description | Sample Data | |
---|---|---|
EntityIdentity |
Yes |
The entity to be locked or checked. | |
EntityTimestamp | String |
No |
This is a Base64 encoded timestamp optionally utilized for |
optimistic locking. | AAAAABCotjg= |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<req:Locks> <com:PwsProjectorLockRequest> <com:EntityIdentity> <com:EntityCode>P001468-001</com:EntityCode> <com:EntityUid>1152921504607429941</com:EntityUid> <com:LockType>P</com:LockType> </com:EntityIdentity> <com:EntityTimestamp>AAAAABCotjg=</com:EntityTimestamp> </com:PwsProjectorLockRequest> </req:Locks> |