A convenience method to get the "next" call.

Namespace:  com.ftlabs.fisa
Assembly:  FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801

Syntax

C#
public virtual Redemption getNextCall()
Visual Basic (Declaration)
Public Overridable Function getNextCall As Redemption
Visual C++
public:
virtual Redemption^ getNextCall()

Return Value

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

Implements

CallSchedule..::.getNextCall()()()

See Also