[]
命令的执行结果。
public class ExecuteResult
命令的执行结果。
public ExecuteResult()
是否允许将命令执行结果写入响应信息。
public bool AllowWriteResultToResponse { get; set; }
类型 | 描述 |
---|---|
bool |
返回码。
public int ErrCode { get; set; }
类型 | 描述 |
---|---|
int |
服务端命令的执行日志。
public string Log { get; set; }
类型 | 描述 |
---|---|
string |
返回信息。
public string Message { get; set; }
类型 | 描述 |
---|---|
string |
执行该命令后的流程控制信息。
public ProcessControl ProcessControl { get; set; }
类型 | 描述 |
---|---|
ProcessControl |
服务端命令的自定义返回值
public Dictionary<string, object> ReturnValues { get; }
类型 | 描述 |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><string, object> |