PacketLockLockAsync Method |
Locks the lock and return a key that can be used to unlock it.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic Task<PacketKey> LockAsync(
bool sync
)
Parameters
- sync
- Type: SystemBoolean
If true, the task returned is guaranteed to be complete.
Return Value
Type:
TaskPacketKeyA key associated with the lock.
See Also