Returns the server connection set on the instance.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public IServerConnection getConnection()
Visual Basic (Declaration)
Public Function getConnection As IServerConnection
J#
public IServerConnection getConnection()
JScript
public function getConnection() : IServerConnection

Return Value

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