Click or drag to resize

ConnectionIRegistryLock Property

An async safe lock. FIXME fix the api instead? Use AddOrUpdate (see System.Collections.Concurrent.ConcurrentDictionary).

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
SemaphoreSlim Lock { get; }

Property Value

Type: SemaphoreSlim
See Also