AddonDataHandler.EndGetData method
SharePoint 2013
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)
'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)
Parameters
- result
- Type: System.IAsyncResult
An IAsyncResult object that contains information about the status of the operation.
Return value
Type: System.Data.DataSetA DataSet that contains the data retrieved from the data source.
Show: