Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 810 Bytes

mediaplaybackcommandmanagerratereceivedeventargs_getdeferral_254836512.md

File metadata and controls

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

Windows.Media.Playback.MediaPlaybackCommandManagerRateReceivedEventArgs.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 change rate command.

-returns

The deferral object.

-remarks

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

-examples

-see-also