AsynchronousUploadFailed Event
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Occurs when an exception occurs during an asynchronous file upload for an import operation.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Event AsynchronousUploadFailed As AsynchronousUploadFailedEventHandler
'Usage
Dim instance As MarketingContext
Dim handler As AsynchronousUploadFailedEventHandler
AddHandler instance.AsynchronousUploadFailed, handler
public event AsynchronousUploadFailedEventHandler AsynchronousUploadFailed
public:
event AsynchronousUploadFailedEventHandler^ AsynchronousUploadFailed {
void add (AsynchronousUploadFailedEventHandler^ value);
void remove (AsynchronousUploadFailedEventHandler^ value);
}
JScript does not support events.
Remarks
The event is raised when an exception occurs during an asynchronous file upload for an import operation.
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.