RtMutex.ReleaseMutex Method
Releases the RtMutex once.
Namespace:
IntervalZero.MaxRT.wRTOS.RtApi.Threading
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public void ReleaseMutex()
Exceptions
| Exception | Condition |
|---|---|
|
ApplicationException |
The calling thread does not own the mutex. |
See Also: