Click or drag to resize
Akka.NETScheduledWork Constructor
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public ScheduledWork(
	long tickExpires,
	Action action,
	CancellationToken token
)

Parameters

tickExpires
Type: System.Int64
TBD
action
Type: System.Action
TBD
token
Type: System.Threading.CancellationToken
TBD
See Also