C# Class NanoByte.Common.AppMutexTest

Show file Open project: nano-byte/common

Public Methods

Method Description
TestProbeCreateClose ( ) : void

Ensures the methods AppMutex.Probe, AppMutex.Create(string,out AppMutex) and AppMutex.Close work correctly together.

Method Details

TestProbeCreateClose() public method

Ensures the methods AppMutex.Probe, AppMutex.Create(string,out AppMutex) and AppMutex.Close work correctly together.
public TestProbeCreateClose ( ) : void
return void