Click or drag to resize

InnovatorgetConnection Method

Returns the server connection set on the instance.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public IServerConnection getConnection()

Return Value

Type: IServerConnection
Server connection object that implements IServerConnection interface. The real type of the server connection object depends on what was passed to the IomFactory.CreateInnovator(IServerConnection) when the instance of the Innovator class was created.
See Also