LicenseAcquirer.CancelAsync Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Cancels a license acquisition.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Sub CancelAsync
public void CancelAsync()
Remarks
This method is called to cancel a license acquisition. If the license acquisition is occurring via a MediaElement, calling this method causes playback to fail with a "license acquisition failure" error. If domain acquisition is occurring via an automatic domain join, this method also cancels that domain acquisition.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also