Click or drag to resize
Akka.NETHashedWheelTimerScheduler Constructor
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public HashedWheelTimerScheduler(
	Config scheduler,
	ILoggingAdapter log
)

Parameters

scheduler
Type: Akka.ConfigurationConfig
TBD
log
Type: Akka.EventILoggingAdapter
TBD
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionTBD
See Also