| MultiRecordReaderTTimeWaiting Property |
Gets the amount of time the record reader spent waiting for input to become available.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public TimeSpan TimeWaiting { get; }
Public ReadOnly Property TimeWaiting As TimeSpan
Get
public:
property TimeSpan TimeWaiting {
TimeSpan get ();
}
member TimeWaiting : TimeSpan with get
Property Value
Type:
TimeSpanSee Also