AddonDataHandler.EndGetData Method

An implementation of this method ends the asynchronous request.

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

Syntax

'Declaration
Public MustOverride Function EndGetData ( _
    result As IAsyncResult _
) As DataSet
'Usage
Dim instance As AddonDataHandler
Dim result As IAsyncResult
Dim returnValue As DataSet

returnValue = instance.EndGetData(result)
public abstract DataSet EndGetData(
    IAsyncResult result
)

Parameters

Return Value

Type: System.Data.DataSet
A DataSet that contains the data retrieved from the data source.

See Also

Reference

AddonDataHandler Class

AddonDataHandler Members

Microsoft.Office.Visio.Server Namespace