AsyncCountdownEvent Constructor
Initializes a new instance of AsyncCountdownEvent.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Sub New ( _
initialCount As Integer _
)
public AsyncCountdownEvent(
int initialCount
)
public:
AsyncCountdownEvent(
int initialCount
)
new :
initialCount:int -> AsyncCountdownEvent
public function AsyncCountdownEvent(
initialCount : int
)
Parameters
initialCount
Type: System.Int32The number of signals required to unblock the awaiters.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.