Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- ar
Type: System..::.IAsyncResult
The IAsyncResult retrieved through a call to BeginExportPromoCodesForDefinition, BeginExportPromoCodesForDefinition or through the AsyncCallback delegate used.
Remarks
This method may throw any of the exceptions throw by ExportPromoCodesForDefinition or ExportPromoCodesForDefinition.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PromoCodeDefinitionManager Class