Property | Type | Description | |
---|---|---|---|
CheckState | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Release ( ) : int | ||
Release ( int releaseCount ) : int | ||
SemaphoreSlim ( int initial ) : System | ||
SemaphoreSlim ( int initial, int max ) : System | ||
Wait ( System.TimeSpan ts ) : bool | ||
Wait ( int millisecondsTimeout ) : bool | ||
Wait ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool managedRes ) : void |
Method | Description | |
---|---|---|
CheckState ( ) : void |
public SemaphoreSlim ( int initial ) : System | ||
initial | int | |
return | System |
public SemaphoreSlim ( int initial, int max ) : System | ||
initial | int | |
max | int | |
return | System |
public Wait ( int millisecondsTimeout ) : bool | ||
millisecondsTimeout | int | |
return | bool |