DOFRuntimegetServers Method OpenDOF Object Access Library
Gets a collection of all servers that are currently started.

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

C#
public abstract ICollection<DOFServer> getServers()

Return Value

Type: ICollectionDOFServer
A collection of all started servers.
Remarks

Gets a collection of all servers that are currently started.
See Also

Reference