DoBeginExportList Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Protected Function DoBeginExportList ( _
    listId As Guid, _
    exportFile As String, _
    operationId As Guid, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim listId As Guid
Dim exportFile As String
Dim operationId As Guid
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = Me.DoBeginExportList(listId, _
    exportFile, operationId, callback, _
    asyncState)
protected IAsyncResult DoBeginExportList(
    Guid listId,
    string exportFile,
    Guid operationId,
    AsyncCallback callback,
    Object asyncState
)
protected:
IAsyncResult^ DoBeginExportList(
    Guid listId, 
    String^ exportFile, 
    Guid operationId, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
protected function DoBeginExportList(
    listId : Guid, 
    exportFile : String, 
    operationId : Guid, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Parameters

Return Value

Type: System..::.IAsyncResult
Reserved for internal use only.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Permissions

See Also

Reference

MarketingServices Class

MarketingServices Members

Microsoft.CommerceServer.Marketing Namespace