Click or drag to resize

ArchivedJobRead Method

Reads the object from the specified reader.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public void Read(
	BinaryReader reader
)

Parameters

reader
Type: System.IOBinaryReader
The BinaryReader to deserialize the object from.

Implements

IWritableRead(BinaryReader)
See Also