C# 클래스 SharedKernel.Infrastructure.System.Threading.InMemory.InMemoryMutex

In memory mutex
상속: IMutex
파일 보기 프로젝트 열기: pipoburgos/SharedKernel

공개 메소드들

메소드 설명
InMemoryMutex ( SemaphoreSlim semaphoreSlim ) : System.Threading

Contructor

Release ( ) : void

Release in memory mutex

메소드 상세

InMemoryMutex() 공개 메소드

Contructor
public InMemoryMutex ( SemaphoreSlim semaphoreSlim ) : System.Threading
semaphoreSlim SemaphoreSlim
리턴 System.Threading

Release() 공개 메소드

Release in memory mutex
public Release ( ) : void
리턴 void