C# Class VLC_WINRT.Utility.Helpers.AwaitableUI.BitmapImageExtensions

Extension methods for awaiting BitmapImage state changes.
Afficher le fichier Open project: kusl/vlcwinrt

Méthodes publiques

Méthode Description
WaitForLoadedAsync ( this bitmapImage, int timeoutInMs ) : Task

Waits for the BitmapImage to load.

Method Details

WaitForLoadedAsync() public static méthode

Waits for the BitmapImage to load.
public static WaitForLoadedAsync ( this bitmapImage, int timeoutInMs ) : Task
bitmapImage this The bitmap image.
timeoutInMs int The timeout in ms.
Résultat Task