Table of Contents

Interface IAppMutexService.IAppMutexHandler

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
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

bool

MutexName

string MutexName { get; }

Property Value

string

Scope

GlowAppScope Scope { get; }

Property Value

GlowAppScope

SuppressExceptions

bool SuppressExceptions { get; set; }

Property Value

bool

Events

OnLockLost

Event to trigger in case the lock is lost

event IAppMutexService.IAppMutexHandler.OnLockLostDelegate OnLockLost

Event Type

IAppMutexService.IAppMutexHandler.OnLockLostDelegate