DOFConnectionStategetName Method OpenDOF Object Access Library
Get this connection's name.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
string getName()

Return Value

Type: String
The connection's name.
Remarks

Get this connection's name. Since connections may end up sharing the same socket, this method may return something other than expected. It most likely return the of the first connection established using an otherwise equivalent DOFConnection.Config.
See Also

Reference