Click or drag to resize

TraceBufferClient Properties

The TraceBufferClient type exposes the following members.

Properties
 NameDescription
Public propertyConnected Indicates if the connection to the card is open.
Public propertyReadTimeout Maximum time in ms to wait for a TraceEvent when calling Read(TraceEvent, Int32, Int32). Use Infinite to wait forever. If timeout is set to 0, Read(TraceEvent, Int32, Int32) will directly return without an error if nothing is available. Otherwise a TimeoutExceptionis thrown if an timeout occurs.
Top
See Also