Summary

A delegate taking no parameters and returnin
void
.

Declaration Syntax

Public Delegate Sub EmptyDelegate()
public delegate void EmptyDelegate();
public __gc __sealed __delegate void EmptyDelegate();
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.

Requirements

Namespace: Eas.WebCrawler.Common
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

Eas.WebCrawler.Common Namespace