Namespace:  JHSoftware.SimpleDNS.Plugin
Assembly:  sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)

Syntax

C#
public delegate void LogLineEventHandler(
	string text
)
Visual Basic (Declaration)
Public Delegate Sub LogLineEventHandler ( _
	text As String _
)
Visual C++
public delegate void LogLineEventHandler(
	String^ text
)

Parameters

text
Type: System..::.String

See Also