Click or drag to resize

IObjectDataOutputWriteIntArray Method

Namespace:  Hazelcast.IO
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
void WriteIntArray(
	int[] ints
)

Parameters

ints
Type: SystemInt32
int array to be written
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
See Also