C# Class StorytellerDocGen.Testing.Samples.Wait

Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
Until ( Func condition, int millisecondPolling = 500, int timeoutInMilliseconds = 5000 ) : bool

Method Details

Until() public static méthode

public static Until ( Func condition, int millisecondPolling = 500, int timeoutInMilliseconds = 5000 ) : bool
condition Func
millisecondPolling int
timeoutInMilliseconds int
Résultat bool