Click or drag to resize

DefaultScheduledExecutorServiceAwaitTermination Method (TimeSpan)

[Missing <summary> documentation for "M:com.espertech.esper.compat.concurrency.DefaultScheduledExecutorService.AwaitTermination(System.TimeSpan)"]

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void AwaitTermination(
	TimeSpan timeout
)

Parameters

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:com.espertech.esper.compat.concurrency.DefaultScheduledExecutorService.AwaitTermination(System.TimeSpan)"]

Implements

IExecutorServiceAwaitTermination(TimeSpan)
See Also