An implementation of CallSchedule for discrete calls.

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

Syntax

C#
public class DiscreteCallSchedule : CallSchedule, 
	IDisposable
Visual Basic (Declaration)
Public Class DiscreteCallSchedule _
	Implements CallSchedule, IDisposable
Visual C++
public ref class DiscreteCallSchedule : CallSchedule, 
	IDisposable

Remarks

Regardless of the order that calls are added, the index will be in call date order, from earliest to latest.

Inheritance Hierarchy

System..::.Object
  com.ftlabs.fisa..::.DiscreteCallSchedule
    com.ftlabs.fisa..::.ContinuousCallSchedule

See Also