Summary

An System.EventArgs that is used when firing events to notify recipients that a Url was processed succesfully.
For a list of all members of this type, see UrlCompletedEventArgs Members .

Type Relationships

  System.Object
    System.EventArgs
       Eas.WebCrawler.Interfaces.ProcessingStateEventArgs
        Eas.WebCrawler.Interfaces.UrlCompletedEventArgs

Declaration Syntax

Public Class UrlCompletedEventArgs
	Inherits ProcessingStateEventArgs
public class UrlCompletedEventArgs : ProcessingStateEventArgs
public __gc class UrlCompletedEventArgs : public ProcessingStateEventArgs
public class UrlCompletedEventArgs extends ProcessingStateEventArgs

Requirements

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

See Also

UrlCompletedEventArgs Members | Eas.WebCrawler.Interfaces Namespace