AudioStreamingAgent.OnCancel Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Tells AudioStreamingAgent that it has been cancelled.

Namespace:  Microsoft.Phone.BackgroundAudio
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Protected Friend Overrides Sub OnCancel
protected internal override void OnCancel()

Remarks

Overriding the OnCancel()()() method may cause resources to remain in memory. To resolve this issue, call base.OnCancel in your overridden version of this method.

Warning

This API is not supported for Silverlight 8.1 apps.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

AudioStreamingAgent Class

Microsoft.Phone.BackgroundAudio Namespace