Version

CancelAsyncDictionaryDownload Method

Cancels a pending asynchronous operation.
Syntax
'Declaration
 
Public Sub CancelAsyncDictionaryDownload() 
public void CancelAsyncDictionaryDownload()
Remarks
When you call the CancelAsyncDictionaryDownload method, your application still receives the completion event associated with the operation. For example, if you call CancelAsyncDictionaryDownload to cancel a SpellCheck operation and you have specified an event handler for the SpellCheckCompleted event, your event handler receives notification that the operation has ended. To learn whether the operation completed successfully, check the Cancelled property of the SpellCheckCompletedEventArgs for the relevant completed event handler.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also