Searched defs:func (Results 1 – 3 of 3) sorted by relevance
15 public static T Execute<T>(Func<T> func, int timeout) in Execute()22 public static bool TryExecute<T>(Func<T> func, int timeout, out T result) in TryExecute()
20 public void Add(Func<T> func) in Add()
165 private T ExecuteAndHandleError<T>(Func<T> func) in ExecuteAndHandleError()