Click or drag to resize
Akka.NETNoMaterializerScheduleOnce Method
N/A

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ICancelable ScheduleOnce(
	TimeSpan delay,
	Action action
)

Parameters

delay
Type: SystemTimeSpan
N/A
action
Type: SystemAction
N/A

Return Value

Type: ICancelable
N/A

Implements

IMaterializerScheduleOnce(TimeSpan, Action)
Exceptions
ExceptionCondition
NotSupportedException This exception is automatically thrown since NoMaterializer cannot schedule an event.
See Also