Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

TimeEvaluator�Constructor�(Int32)

Create a new evaluator using the specified time threshold in seconds.

[Visual�Basic]
Overloads�Public�Sub�New( _
���ByVal interval�As�Integer�_
)
[C#]
public�TimeEvaluator(
���intinterval
);

Parameters

interval
The time threshold in seconds to trigger after. Zero means it won't trigger at all.

Remarks

Create a new evaluator using the specified time threshold in seconds.

This evaluator will trigger if the specified time period Interval has passed since last check.

See Also

TimeEvaluator Class | log4net.Core Namespace | TimeEvaluator Constructor Overload List