ServerHandle Property  
 

Return the internal handle used to identify the server.

Syntax

object.ServerHandle

Remarks

The ServerHandle property returns an integer value which identifies the active server. Until the server terminates, the handle uniquely identifies the server throughout the system. If there is no active server, this property will return a value of -1.

Data Type

Integer (Int32)

See Also

ClientAddress Property, ClientThread Property, ServerAddress Property, ServerPort Property