| DfsInputStreamIsStopped Property |
Gets a value indicating whether this instance has stopped reading.
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public bool IsStopped { get; }
Public ReadOnly Property IsStopped As Boolean
Get
public:
virtual property bool IsStopped {
bool get () sealed;
}
abstract IsStopped : bool with get
override IsStopped : bool with get
Property Value
Type:
Boolean if the stream has reached the position indicated by
StopReadingAtPosition; otherwise,
.
Implements
IRecordInputStreamIsStoppedRemarks See Also