ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Static Public Member Functions | List of all members
ImageResizer.Plugins.BatchZipper.BatchResizeManager Class Reference

Handles the threading of a batch resize procedure. Use the static method to queue a resize on a thread pool thread More...

Static Public Member Functions

static void BeginBatchResize (BatchResizeSettings s)
 Begins a batch resize operation on a background thread. If the ASP.NET process recycles, or the server reboots, the process will be aborted. More...
 

Detailed Description

Handles the threading of a batch resize procedure. Use the static method to queue a resize on a thread pool thread

Definition at line 322 of file BatchResizeWorker.cs.

Member Function Documentation

static void ImageResizer.Plugins.BatchZipper.BatchResizeManager.BeginBatchResize ( BatchResizeSettings  s)
inlinestatic

Begins a batch resize operation on a background thread. If the ASP.NET process recycles, or the server reboots, the process will be aborted.

Parameters
s

Definition at line 330 of file BatchResizeWorker.cs.

331  {
332  ThreadPool.QueueUserWorkItem(new BatchResizeWorker(s).Work, s);
333  }

The documentation for this class was generated from the following file: