Click or drag to resize
DataCollectorBaseIsReady Property
Gets a value indicating whether this instance is ready. By default this property always returns false. Implement this property in a derived class to check whether all information has been gatherered.

Namespace: SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly: SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.0.0.0 (5.0.0)
Syntax
[BrowsableAttribute(false)]
public virtual bool IsReady { get; }

Property Value

Type: Boolean
See Also