Interface IAppMutexService.IAppMutexHandler
public interface IAppMutexService.IAppMutexHandler : IAsyncDisposable, IDisposable
- Inherited Members
Properties
IsValid
Indicates that we still own the mutex and it's valid
bool IsValid { get; }
Property Value
MutexName
string MutexName { get; }
Property Value
Scope
GlowAppScope Scope { get; }
Property Value
SuppressExceptions
bool SuppressExceptions { get; set; }
Property Value
Events
OnLockLost
Event to trigger in case the lock is lost
event IAppMutexService.IAppMutexHandler.OnLockLostDelegate OnLockLost