Table of Contents

DefaultUploadProvider.EndQueue Method

Definition

Namespace
GleamTech.FileUltimate.AspNet.UI
Assembly
GleamTech.FileUltimate.dll

Called when the upload queue is ending.

public virtual void EndQueue(UploadQueue uploadQueue, IEnumerable<UploadItem> uploadItems, Exception exception)

Parameters

uploadQueue UploadQueue

The upload queue.

uploadItems IEnumerable<UploadItem>

The items in the upload queue.

exception Exception

The exception if an error occurred.