NAnt SDK Documentation - v0.85-nightly-2005-11-09

MailLogger.BuildFinished Method 

[This is preliminary documentation and subject to change.]

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

Remarks

Missing <remarks> documentation for M:NAnt.Core.MailLogger.BuildFinished(System.Object,NAnt.Core.BuildEventArgs)

See Also

MailLogger Class | NAnt.Core Namespace