InnovatorgetConnection Method |
Returns the server connection set on the instance.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic IServerConnection getConnection()
Public Function getConnection As IServerConnection
public IServerConnection getConnection()
public function getConnection() : IServerConnection
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