ThreadGate Properties |
The ThreadGate type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveCount |
The number of unmatched completed Enter calls.
|
![]() | CloseCount |
The number of unmatched completed Close/BarEntry calls.
|
![]() | ClosingThread |
The thread that is closing the gates.
|
![]() | IsActiveThread |
Determine if the current thread has entered and not exited the
thread gate.
|
![]() | IsClosedByCurrentThread |
Determines if the current thread have Closed the gate but not yet
Opened the Gate.
|
![]() | IsClosingThread |
Determine if the current thread has closed and not opened the
the thread gate.
|
![]() | IsEnteredByCurrentThread |
Determine if the current thread has entered and not exited the
thread gate.
|
![]() | Status |
The current thread gate status.
|
![]() | Version |
The total number of times the gate has been fully opened.
|