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
result
Type: System.IAsyncResultAn IAsyncResult object that contains information about the status of the operation.
Return Value
Type: System.Data.DataSet
A DataSet that contains the data retrieved from the data source.