Table of Contents

Interface IStateChangeNotify

Namespace
Geotab.Checkmate.ObjectModel.Lock
Assembly
Geotab.Checkmate.ObjectModel.dll

The interface to changing statuses in process locks.

public interface IStateChangeNotify

Methods

Acquired()

Called when the lock is acquired.

bool Acquired()

Returns

bool

The result.

Released()

Called when the lock is released.

void Released()