Summary

Stores state that is accumulated while processing a request.
For a list of all members of this type, see ProcessingState Members .

Declaration Syntax

Public Interface ProcessingState
	Inherits IDisposable
public interface ProcessingState : IDisposable
public __gc __interface ProcessingState : public IDisposable
public interface ProcessingState implements IDisposable

Remarks

Any of the properties of the interface which are reference types can be null. If you use these properties you should check for null first.

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

ProcessingState Members | Eas.WebCrawler.Interfaces Namespace