C# Class WP8.Async.Helpers.StoryboardExtensions

显示文件 Open project: tpetrina/wp8-helpers

Public Methods

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

Asynchronously initiates the set of animations associated with the storyboard.

Method Details

BeginAsync() public static method

Asynchronously initiates the set of animations associated with the storyboard.
public static BeginAsync ( this storyboard ) : System.Threading.Tasks.Task
storyboard this A storyboard which will be executed asynchronously.
return System.Threading.Tasks.Task