Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
DeadApp
CustomSemaphore
C# Class DeadApp.CustomSemaphore
Show file
Open project: pwlodek/CodeGallery
Public Methods
Method
Description
CustomSemaphore
(
int
semVal
) :
System
Release
( ) :
void
WaitOne
( ) :
void
Method Details
CustomSemaphore()
public
method
public
CustomSemaphore
(
int
semVal
) :
System
semVal
int
return
System
Release()
public
method
public
Release
( ) :
void
return
void
WaitOne()
public
method
public
WaitOne
( ) :
void
return
void