C# Класс DotNetWorkQueue.Queue.WaitForDelegate

Waits for an action to complete
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Wait ( Func action ) : bool

Waits for an action to complete

Wait ( Func action, System.TimeSpan timeout ) : bool

Waits for an action to complete

Описание методов

Wait() публичный статический Метод

Waits for an action to complete
public static Wait ( Func action ) : bool
action Func The action.
Результат bool

Wait() публичный статический Метод

Waits for an action to complete
public static Wait ( Func action, System.TimeSpan timeout ) : bool
action Func The action.
timeout System.TimeSpan The timeout.
Результат bool