Click or drag to resize

Port32 Constructor

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a Port32 struct with the 32 bit port number.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public Port32(
	int port
)

Parameters

port
Type: SystemInt32
The 32 bit port number.
See Also