MailLogger.

BuildFinished(Object, BuildEventArgs) Method

Summary

Signals that the last target has finished, and send an e-mail with the build results.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
MailLogger

Syntax

public override void BuildFinished(Object sender, BuildEventArgs e)

Parameters

Name Type Description
sender Object The source of the event.
e BuildEventArgs A NAnt.Core.BuildEventArgs object that contains the event data.

Return Value

Type Description
void