StoppedEvent.Read(BinaryReader) Method

Definition

Reads the state of this object from byte array.

public override void Read (System.IO.BinaryReader br);
override this.Read : System.IO.BinaryReader -> unit
Public Overrides Sub Read (br As BinaryReader)

Parameters

br
BinaryReader

A BinaryReader object

Exceptions

The end of the stream is reached.

Applies to