PeriodicAction(TimeSpan, Action, Nullable<DateTime>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public PeriodicAction (TimeSpan period, Action action, DateTime? start = default);
new Orleans.PeriodicAction : TimeSpan * Action * Nullable<DateTime> -> Orleans.PeriodicAction
Public Sub New (period As TimeSpan, action As Action, Optional start As Nullable(Of DateTime) = Nothing)
Parameters
- period
- TimeSpan
- action
- Action