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: 10.0.0.0 (10.0.0.0)
Syntaxpublic Task<PacketKey> LockAsync()
Return Value
Type:
TaskPacketKeyA key associated with the lock.
See Also