Thresher 1.2 Class Documentation

InfoEventHandler Delegate

The response to an Info request.

[Visual Basic]
Public Delegate Sub InfoEventHandler( _
   ByVal message As String, _
   ByVal last As Boolean _
)
[C#]
public delegate void InfoEventHandler(
   string message,
   bool last
);

Parameters

message
An information string.
last
True if this is the last in the set of messages.

Requirements

Namespace: Sharkbite.Irc

Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)

See Also

Sharkbite.Irc Namespace | OnInfo