Property WaitLoop.Period
Overload
Current period (WaitLoop.Sleep sleep time). Milliseconds.
Initially it is Seconds.Period, or 10 ms if it was null
. Then each WaitLoop.Sleep increments it until WaitLoop.MaxPeriod.
public float Period { readonly get; set; }