DataStream<TObject>.TryReadObject Method

Attempts to read an object from the data stream.

Definition

Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
protected abstract bool TryReadObject(
	out TObject item
)

Parameters

item  TObject
On return, the object that was read.

Return Value

Boolean
true if an item was read successfully; otherwise false.

See Also