AddonDataHandler.Cancel method

An implementation of this method cancels the asynchronous request.

Namespace:  Microsoft.Office.Visio.Server
Assembly:  Microsoft.Office.Visio.Server (in Microsoft.Office.Visio.Server.dll)

'Declaration
Public MustOverride Sub Cancel
'Usage
Dim instance As AddonDataHandler

instance.Cancel()

This method is called on all the data modules that did not complete the request operation in time.

Show: