WorkContext WorkSemaphoreReleased Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns true to indicate that work semaphore has been already released. It is not necessary to use this property or ReleaseWorkSemaphore() method as the framework does it automatically in 99% cases. ReleaseWorkSemaphore() may need to be called from special places like HTTP streaming servers that need to keep WorkContext instances open for a long time

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool WorkSemaphoreReleased { get; }

Property Value

Type: OnlineBoolean
See Also