Jaa


EndExportPromoCodes Method

This method allow the caller to find out if any exceptions happened during export.

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

Syntax

'Declaration
Public Sub EndExportPromoCodes ( _
    ar As IAsyncResult _
)
'Usage
Dim instance As PromoCodeDefinitionManager
Dim ar As IAsyncResult

instance.EndExportPromoCodes(ar)
public void EndExportPromoCodes(
    IAsyncResult ar
)
public:
void EndExportPromoCodes(
    IAsyncResult^ ar
)
public function EndExportPromoCodes(
    ar : IAsyncResult
)

Parameters

Remarks

This method may throw any of the exceptions throw by ExportPromoCodesForDefinition or ExportPromoCodesForDefinition.

Permissions

See Also

Reference

PromoCodeDefinitionManager Class

PromoCodeDefinitionManager Members

Microsoft.CommerceServer.Marketing Namespace