Call the specified action on Innovator Server.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
void CallAction(
string actionName,
XmlDocument inDom,
XmlDocument outDom
) |
Visual Basic (Declaration) |
---|
Sub CallAction ( _
actionName As String, _
inDom As XmlDocument, _
outDom As XmlDocument _
) |
J# |
---|
void CallAction(
String actionName,
XmlDocument inDom,
XmlDocument outDom
) |
JScript |
---|
function CallAction(
actionName : String,
inDom : XmlDocument,
outDom : XmlDocument
) |
Parameters
- actionName
- Type: System..::.String
Action name.
- inDom
- Type: System.Xml..::.XmlDocument
XmlDocument containing AML to send to Innovator Server.
- outDom
- Type: System.Xml..::.XmlDocument
XmlDocument containing AML response from Innovator Server.
See Also