[This is preliminary documentation and is subject to change.]
Class constructor.
| C# | Visual Basic | Visual C++ |
public Semaphore( uint pollInterval )
Public Sub New ( _ pollInterval As UInteger _ )
public: Semaphore( unsigned int pollInterval )
- pollInterval (UInt32)
- Millisecond interval to sleep between polls.