RtSemaphore Constructor

Overload List

  Name Description

Public method

RtSemaphore (Int32, Int32)

Initializes a new instance of the RtSemaphore 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 RtSemaphore 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 RtSemaphore 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.

See Also: