/
PwsProjectorLockRequest

PwsProjectorLockRequest

Overview


This structure represents a lock request, and is used when acquiring Projector locks (PwsAcquireProjectorLocks) or checking Projector locks (PwsCheckProjectorLocks). 

Format


PwsProjectorLockRequest


Elements


Element

Data Type

Required?

DescriptionSample Data

EntityIdentity

PwsProjectorLockEntity

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)


Example 01
            <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>

Related content

PwsAcquireProjectorLocks
PwsAcquireProjectorLocks
More like this
PwsProjectorLockEntity
PwsProjectorLockEntity
More like this
PwsEntityLockSummary
PwsEntityLockSummary
More like this
PwsCheckProjectorLocks
PwsCheckProjectorLocks
More like this
PwsProjectorLock
PwsProjectorLock
More like this
PwsRenewProjectorLocks
PwsRenewProjectorLocks
More like this