CustomerQueueBeginAsync Method |
Begins the animation provided as its parameter asynchronously .
Namespace: foodez.HostPagesAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task BeginAsync(
Storyboard storyboard
)
Public Function BeginAsync (
storyboard As Storyboard
) As Task
public:
Task^ BeginAsync(
Storyboard^ storyboard
)
member BeginAsync :
storyboard : Storyboard -> Task
Parameters
- storyboard
- Type: Windows.UI.Xaml.Media.AnimationStoryboard
The storyboard.
Return Value
Type:
Task[Missing <returns> documentation for "M:foodez.HostPages.CustomerQueue.BeginAsync(Windows.UI.Xaml.Media.Animation.Storyboard)"]
See Also