Click or drag to resize

TickEventFromStream Method

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

Creates a TickEvent from data in the provided stream

Namespace:  MLAPI.Profiling
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static TickEvent FromStream(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream containing the TickEvent data

Return Value

Type: TickEvent
The TickEvent with data read from the stream
See Also