Click or drag to resize

ArchivedJobWrite Method

Writes the object to the specified writer.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public void Write(
	BinaryWriter writer
)

Parameters

writer
Type: System.IOBinaryWriter
The BinaryWriter to serialize the object to.

Implements

IWritableWrite(BinaryWriter)
See Also