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)
Syntax
'Declaration
Public MustOverride Sub Cancel
'Usage
Dim instance As AddonDataHandler
instance.Cancel()
public abstract void Cancel()
Remarks
This method is called on all the data modules that did not complete the request operation in time.