C# Class WinRTXamlToolkit.AwaitableUI.StoryboardExtensions

Contains an extension method for waiting for Storyboard to complete.
Datei anzeigen Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
BeginAsync ( this storyboard ) : System.Threading.Tasks.Task

Begins a storyboard and waits for it to complete.

Method Details

BeginAsync() public static method

Begins a storyboard and waits for it to complete.
public static BeginAsync ( this storyboard ) : System.Threading.Tasks.Task
storyboard this
return System.Threading.Tasks.Task