EndExport Method

This method allows the caller to find out if any exceptions occurred during the export.

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

Syntax

'Declaration
Public Sub EndExport ( _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As MailingListManager
Dim asyncResult As IAsyncResult

instance.EndExport(asyncResult)
public void EndExport(
    IAsyncResult asyncResult
)
public:
void EndExport(
    IAsyncResult^ asyncResult
)
public function EndExport(
    asyncResult : IAsyncResult
)

Parameters

Remarks

The proxy class calls the EndExport method to complete an asynchronous invocation call to the XML Web service method. This method gets the return value of the asynchronous operation represented by the asyncResult object, returned when calling the Export method. If the asynchronous operation has not completed, this method will wait until the result is available.

The IAsyncResult stores state information and any user defined data for this asynchronous operation.

Permissions

See Also

Reference

MailingListManager Class

MailingListManager Members

Microsoft.CommerceServer.Marketing Namespace