Summary
A delegate taking no parameters and returninvoid
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.CommonAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)