Click or drag to resize

AbstractCoordinatedAdapterUsingExternalTimer Property

Gets or sets a value indicating whether to use esper's external timer mechanism instead of internal timing

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public bool UsingExternalTimer { get; set; }

Property Value

Type: Boolean
true if [using external timer]; otherwise, false.
See Also