C# 클래스 WP8.Async.Helpers.StoryboardExtensions

파일 보기 프로젝트 열기: tpetrina/wp8-helpers

공개 메소드들

메소드 설명
BeginAsync ( this storyboard ) : System.Threading.Tasks.Task

Asynchronously initiates the set of animations associated with the storyboard.

메소드 상세

BeginAsync() 공개 정적인 메소드

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.
리턴 System.Threading.Tasks.Task