Method Skip
- Namespace
- Eon
- Assembly
- Eon.dll
Skip(int)
public Schedule Skip(int count)
Parameters
countintThe number of emissions to skip.
Returns
Remarks
If count is greater than the number of emissions from this Schedule, it emits nothing.
public Schedule Skip(int count)
count intThe number of emissions to skip.
If count is greater than the number of emissions from this Schedule, it emits nothing.