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: ICollectionDOFServerA collection of all started servers.
Remarks
See Also