Click or drag to resize

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)
Syntax
C#
public Task<PacketKey> LockAsync()

Return Value

Type: TaskPacketKey
A key associated with the lock.
See Also