ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
ImageResizer.Plugins.BatchZipper.ItemEventArgs Class Reference
Inheritance diagram for ImageResizer.Plugins.BatchZipper.ItemEventArgs:
Inheritance graph
[legend]
Collaboration diagram for ImageResizer.Plugins.BatchZipper.ItemEventArgs:
Collaboration graph
[legend]

Public Member Functions

 ItemEventArgs (Guid jobId, ItemResult result)
 
 ItemEventArgs (Guid jobId, ItemResult result, JobStats jobStats)
 
override string ToString ()
 

Properties

Guid JobId [get]
 
ItemResult Result [get]
 
bool Cancel [get, set]
 Set to true to cancel the job. Defaults to false for all events. More...
 
JobStats Stats [get]
 A snapshot of job statistics More...
 

Detailed Description

Definition at line 12 of file BatchJobEventsAndResults.cs.

Property Documentation

bool ImageResizer.Plugins.BatchZipper.ItemEventArgs.Cancel
getset

Set to true to cancel the job. Defaults to false for all events.

Definition at line 35 of file BatchJobEventsAndResults.cs.

JobStats ImageResizer.Plugins.BatchZipper.ItemEventArgs.Stats
get

A snapshot of job statistics

Definition at line 41 of file BatchJobEventsAndResults.cs.


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