MediaTransportControlsThumbnailRequestedEventArgs.GetDeferral Method

Definition

Returns a deferral that can be used to defer the completion of the ThumbnailRequested event while the thumbnail is generated.

public:
 virtual Deferral ^ GetDeferral() = GetDeferral;
Deferral GetDeferral();
public Deferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As Deferral

Returns

A deferral object that you can use to identify when the thumbnail request is complete.

Applies to