Click or drag to resize

ServerConnectionBaseCallAction Method

Call the specified action on Innovator Server. Not implemented.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.9.36244
Syntax
public abstract void CallAction(
	string actionName,
	XmlDocument inDOM,
	XmlDocument outDOM
)

Parameters

actionName
Type: SystemString
Action name.
inDOM
Type: System.XmlXmlDocument
XmlDocument containing AML to send to Innovator Server.
outDOM
Type: System.XmlXmlDocument
XmlDocument containing AML response from Innovator Server.

Implements

IServerConnectionCallAction(String, XmlDocument, XmlDocument)
See Also