IServerConnectionCallAction Method |
Call the specified action on Innovator Server.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxvoid CallAction(
string actionName,
XmlDocument inDom,
XmlDocument outDom
)
Sub CallAction (
actionName As String,
inDom As XmlDocument,
outDom As XmlDocument
)
void CallAction(
String actionName,
XmlDocument inDom,
XmlDocument outDom
)
function CallAction(
actionName : String,
inDom : XmlDocument,
outDom : XmlDocument
)
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