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

See also

Reference

Request class

Request members

Microsoft.Office.Server.PowerPoint.Conversion namespace