RTSemaphore Constructor IntervalZero RTX Managed Code
Overload List

Name Description
Public method RTSemaphore(Int32, Int32)
Initializes a new instance of the OnlineSemaphore class, specifying the maximum number of concurrent entries, and optionally reserving some entries for the calling thread.
Public method RTSemaphore(Int32, Int32, String)
Initializes a new instance of the OnlineSemaphore class, specifying the maximum number of concurrent entries, optionally reserving some entries for the calling thread, and optionally specifying the name of a system semaphore object.
Public method RTSemaphore(Int32, Int32, String, Boolean )
Initializes a new instance of the OnlineSemaphore class, specifying the maximum number of concurrent entries, optionally reserving some entries for the calling thread, optionally specifying the name of a system semaphore object, and specifying an out parameter that indicates whether a new system object was created.
Back to Top
See Also