EventSemaphore Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| EventSemaphore() | |
| EventSemaphore(Boolean) |
EventSemaphore()
public:
EventSemaphore();
public EventSemaphore ();
Public Sub New ()
Applies to
EventSemaphore(Boolean)
public:
EventSemaphore(bool inSignaled);
public EventSemaphore (bool inSignaled);
new Microsoft.HostIntegration.Drda.Common.EventSemaphore : bool -> Microsoft.HostIntegration.Drda.Common.EventSemaphore
Public Sub New (inSignaled As Boolean)
Parameters
- inSignaled
- Boolean