该方法是 run-remote 命令调用的核心方法。 不应直接调用该方法,因为在将特定脚本传递到该方法之前 run-remote 会对其执行特定处理。
该方法具有以下语法:
execute(strScript)
该方法返回以下值:
指示异步执行成功开始。
指示开始远程执行时发生故障。
示例
评估表达式(建议):
rt = new RemoteTarget("ascli1"); run-remote Math.sqrt(1) on rt ? get-remoteResult(rt);
评估表达式(不建议):
rt = new RemoteTarget("ascli1"); rt.execute("Math.sqrt(1)"); ? get-remoteResult(rt);
版权所有 © 2013 CA。
保留所有权利。
|
|