DiscreteCallSchedulegetNextCall Method

A convenience method to get the "next" call.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public virtual Redemption getNextCall()

Return Value

Redemption
A the earliest call in this schedule, or null if a call doesn't exist in this schedule.

Implements

CallSchedulegetNextCall

See Also