Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 816 Bytes

mediaplaybackcommandmanagershufflereceivedeventargs_getdeferral_254836512.md

File metadata and controls

23 lines (16 loc) · 816 Bytes
-api-id -api-type
M:Windows.Media.Playback.MediaPlaybackCommandManagerShuffleReceivedEventArgs.GetDeferral
winrt method

Windows.Media.Playback.MediaPlaybackCommandManagerShuffleReceivedEventArgs.GetDeferral

-description

Gets a Deferral object that causes the system to wait for you to perform asynchronous operations, such as creating a new MediaPlaybackItem from a network source, before it continues processing the Shuffle command.

-returns

The deferral object.

-remarks

Call Complete when your asynchronous operations are complete to signal the system to continue.

-examples

-see-also