NaiadReaderTElementTryReadMany Method Naiad Help

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

Attempts to deserialize several elements from the target array segment

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 int TryReadMany(
	ArraySegment<TElement> target
)

Parameters

target
Type: SystemArraySegmentTElement
Buffer to deserialize from

Return Value

Type: Int32
Number of elements deserialized
See Also

Reference