메소드 | 설명 | |
---|---|---|
SafeRelease ( SemaphoreSlim me ) : void |
Don't throw SemaphoreFullException https://stackoverflow.com/questions/4706734/semaphore-what-is-the-use-of-initial-count
|
|
SafeRelease ( SemaphoreSlim me, int releaseCount ) : void |
Don't throw SemaphoreFullException https://stackoverflow.com/questions/4706734/semaphore-what-is-the-use-of-initial-count
|
public static SafeRelease ( SemaphoreSlim me ) : void | ||
me | SemaphoreSlim | |
리턴 | void |
public static SafeRelease ( SemaphoreSlim me, int releaseCount ) : void | ||
me | SemaphoreSlim | |
releaseCount | int | |
리턴 | void |