C# Class DotNetWorkQueue.Queue.WaitForDelegate

Waits for an action to complete
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
Wait ( Func action ) : bool

Waits for an action to complete

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

Waits for an action to complete

Method Details

Wait() public static méthode

Waits for an action to complete
public static Wait ( Func action ) : bool
action Func The action.
Résultat bool

Wait() public static méthode

Waits for an action to complete
public static Wait ( Func action, System.TimeSpan timeout ) : bool
action Func The action.
timeout System.TimeSpan The timeout.
Résultat bool