TickStatus(DateTime, TimeSpan, 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.
Creates a new TickStatus instance.
public TickStatus (DateTime firstTickTime, TimeSpan period, DateTime timeStamp);
new Orleans.Runtime.TickStatus : DateTime * TimeSpan * DateTime -> Orleans.Runtime.TickStatus
Public Sub New (firstTickTime As DateTime, period As TimeSpan, timeStamp As DateTime)
Parameters
- firstTickTime
- DateTime
The time at which the first tick of the reminder is due.
- period
- TimeSpan
The period of the reminder.
- timeStamp
- DateTime
The time when delivery of the current tick was initiated.