NAnt SDK Documentation - v0.92

MailLogger.BuildFinished Method 

Signals that the last target has finished, and send an e-mail with the build results.

[Visual Basic]
Overrides Public Sub BuildFinished( _
   ByVal sender As Object, _
   ByVal e As BuildEventArgs _
) _
    Implements IBuildListener.BuildFinished
[C#]
public override void BuildFinished(
   object sender,
   BuildEventArgs e
);

Parameters

sender
The source of the event.
e
A BuildEventArgs object that contains the event data.

Implements

IBuildListener.BuildFinished

See Also

MailLogger Class | NAnt.Core Namespace