bigloo.foreign.bgl_mutex_timed_lock C# (CSharp) Method

bgl_mutex_timed_lock() public static method

public static bgl_mutex_timed_lock ( mutex o, int tmt ) : bool
o mutex
tmt int
return bool
        public static bool bgl_mutex_timed_lock(mutex o, int tmt)
        {
            return o.acquire_timed_lock(tmt);
        }
foreign