Click or drag to resize

spiderTaskResult Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.crawler.core.spiderTaskResult"]

Inheritance Hierarchy
SystemObject
  imbWEM.Core.crawler.corespiderTaskResult

Namespace:  imbWEM.Core.crawler.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class spiderTaskResult : IEnumerable<spiderTaskResultItem>, 
	IEnumerable

The spiderTaskResult type exposes the following members.

Constructors
  NameDescription
Public methodspiderTaskResult
Initializes a new instance of the spiderTaskResult class
Public methodspiderTaskResult(spiderTask)
Initializes a new instance of the spiderTaskResult class
Top
Properties
  NameDescription
Public propertyCount
Public propertyduration
Public propertyitems
Public propertystartTime
Time of constructor call
Public propertytask
Top
Methods
  NameDescription
Public methodAddResult
Public methodcalculateSuccessRate
Public methodEquals (Inherited from Object.)
Public methodfinish
Public methodgetDataTable
Gets the data table.
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also