IPortableWriterWriteUTFArray Method Hazelcast .Net Client Class Library
Writes a primitive string-array.

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

void WriteUTFArray(
	string fieldName,
	string[] strings
)

Parameters

fieldName
Type: SystemString
name of the field
strings
Type: SystemString
string array to be written
Exceptions

ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks

Writes a primitive string-array.
See Also

Reference