C# Class SharedKernel.Infrastructure.System.Threading.InMemory.InMemoryMutex

In memory mutex
Inheritance: IMutex
显示文件 Open project: pipoburgos/SharedKernel

Public Methods

Method Description
InMemoryMutex ( SemaphoreSlim semaphoreSlim ) : System.Threading

Contructor

Release ( ) : void

Release in memory mutex

Method Details

InMemoryMutex() public method

Contructor
public InMemoryMutex ( SemaphoreSlim semaphoreSlim ) : System.Threading
semaphoreSlim SemaphoreSlim
return System.Threading

Release() public method

Release in memory mutex
public Release ( ) : void
return void