Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Write an instance of a user type to the POF stream at the specified index.

Namespace: Tangosol.IO.Pof
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected void WriteUserType(
	int iProp,
	Object o
)

Parameters

iProp
Type: System..::..Int32
The property index.
o
Type: System..::..Object
The user type instance.

See Also