| NetworkSemaphore Properties |
The NetworkSemaphore type exposes the following members.
| Name | Description | |
|---|---|---|
| CleanupThreadInterval | Gets or sets how frequently, in seconds, the cleanup thread tries to delete each semaphore file. The default is 10 seconds. | |
| IsValid | Gets whether or not the network session is still valid. | |
| LastError | Gets the last error that occurred. | |
| SeatsActive | Gets the number of concurrent users. | |
| SeatsAvailable | Gets the number of remaining seats available. | |
| SeatsTotal | Gets or sets the number of allowed concurrent users. | |
| SemaphoreName | Gets the name of the open semaphore file. Returns an empty string if no semaphore file is open. | |
| SemaphorePath | Gets or sets the absolute path of the directory used to house the semaphore files. | |
| SemaphorePrefix | Gets or sets the prefix used when creating semaphore files. | |
| ValidationThreadInterval | Gets or sets how frequently, in seconds, the validation thread checks that the network session is still valid. |