Last updated 4 months ago
Was this helpful?
Property in
Gets a value indicating whether this line provider is ready to provide objects. The default implementation returns true .
true
public virtual bool LinesAvailable { get };
Subclasses should return false when the required resources needed to deliver lines are not yet ready, and true when they are.
false