Maria GDK 4.7.0.96
Documentation of managed code in develop branch
Loading...
Searching...
No Matches
TPG.Utils.LockHelper Class Reference

Public Member Functions

void ExecuteLocked (Action a)
 
void ExecuteLocked (int timeOutMs, Action a)
 
ExecuteLocked< T > (T defaultValue, Func< T > f)
 
ExecuteLocked< T > (int timeOutMs, T defaultValue, Func< T > f)
 

Static Public Member Functions

static void ExecuteLocked (Mutex m, Action a)
 
static void ExecuteLocked (Mutex m, int timeOutMs, Action a)
 
static T ExecuteLocked< T > (Mutex m, T defaultValue, Func< T > f)
 
static T ExecuteLocked< T > (Mutex m, int timeOutMs, T defaultValue, Func< T > f)
 

The documentation for this class was generated from the following file: