Click or drag to resize

SphinxIntegerIUpdateableTypeWriteValue Method

Writes the value for updates of the implementing type to the given BinaryWriter.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
void IUpdateableType.WriteValue(
	BinaryWriter binaryWriter,
	Version version
)

Parameters

binaryWriter
Type: System.IOBinaryWriter
The binary writer to write to.
version
Type: SystemVersion
The version of Sphinx.

Implements

IUpdateableTypeWriteValue(BinaryWriter, Version)
See Also