Request.BeginConvert method

Begins an asynchronous conversion operation.

Namespace:  Microsoft.Office.Server.PowerPoint.Conversion
Assembly:  Microsoft.Office.Server.PowerPoint (in Microsoft.Office.Server.PowerPoint.dll)

Syntax

'Declaration
Public Function BeginConvert ( _
    serviceContext As SPServiceContext, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Request
Dim serviceContext As SPServiceContext
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginConvert(serviceContext, _
    callback, state)
public IAsyncResult BeginConvert(
    SPServiceContext serviceContext,
    AsyncCallback callback,
    Object state
)

Parameters

  • state
    Type: System.Object

    An optional user-provided Object that distinguishes this particular asynchronous conversion request from other requests.

Return value

Type: System.IAsyncResult
A IAsyncResult object that represents the asynchronous conversion.

See also

Reference

Request class

Request members

Microsoft.Office.Server.PowerPoint.Conversion namespace