NaiadReaderTryReadTElement Method Naiad Help

[This is preliminary documentation and is subject to change.]

Tries to read an element from the stream.

Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public bool TryRead<TElement>(
	NaiadSerialization<TElement> deserializer,
	out TElement result
)

Parameters

deserializer
Type: Microsoft.Research.Naiad.SerializationNaiadSerializationTElement
The deserializer to use.
result
Type: TElement
The element, if this method returns true.

Type Parameters

TElement
The type of the element.

Return Value

Type: Boolean
True if an element was successfully read, otherwise false.
See Also

Reference