HttpServerConnectionCallAction Method |
Send a request with the specified action and AML to Innovator server and write the obtained response into
the outDOM.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic override void CallAction(
string actionName,
XmlDocument inDom,
XmlDocument outDom
)
Public Overrides Sub CallAction (
actionName As String,
inDom As XmlDocument,
outDom As XmlDocument
)
public void CallAction(
String actionName,
XmlDocument inDom,
XmlDocument outDom
)
public override function CallAction(
actionName : String,
inDom : XmlDocument,
outDom : XmlDocument
)
Parameters
- actionName
- Type: SystemString
Action name (e.g. "ApplyAML", etc.) - inDom
- Type: System.XmlXmlDocument
AML that has to be sent to the server - outDom
- Type: System.XmlXmlDocument
Output parameter: empty XmlDocument that is filled with the server response.
Implements
IServerConnectionCallAction(String, XmlDocument, XmlDocument)
See Also