NoMaterializerScheduleRepeatedly Method |
Namespace: Akka.Streams
public ICancelable ScheduleRepeatedly( TimeSpan initialDelay, TimeSpan interval, Action action )
Exception | Condition |
---|---|
NotSupportedException | This exception is automatically thrown since NoMaterializer cannot schedule a repeatable event. |