Click or drag to resize

IServerConnectionCallAction Method

Call the specified action on Innovator Server.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
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.
See Also