Request.EndConvert method
Ends an asynchronous conversion operation.
Namespace: Microsoft.Office.Server.PowerPoint.Conversion
Assembly: Microsoft.Office.Server.PowerPoint (in Microsoft.Office.Server.PowerPoint.dll)
Syntax
'Declaration
Public Sub EndConvert ( _
result As IAsyncResult _
)
'Usage
Dim instance As Request
Dim result As IAsyncResult
instance.EndConvert(result)
public void EndConvert(
IAsyncResult result
)
Parameters
result
Type: System.IAsyncResultThe IAsyncResult that represents the pending asynchronous operation.