Rds Stream.Try Read Object Method
Attempts to read an object from the data stream.
Definition
Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
true if an item was read successfully; otherwise false.
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
protected override bool TryReadObject(
out RObject item
)
Parameters
- item RObject
- On return, the object that was read.
Return Value
Booleantrue if an item was read successfully; otherwise false.