C# 클래스 Blockcore.Utilities.Extensions.ThreadingExtensions

파일 보기 프로젝트 열기: x42protocol/x42-BlockCore

공개 메소드들

메소드 설명
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

메소드 상세

SafeRelease() 공개 정적인 메소드

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

SafeRelease() 공개 정적인 메소드

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