<< 点击显示目录 >> 主页 mappView帮助助手 > mapp View帮助信息 > 工程 > 事件和行动 > 行动 > Client actions > Logout |
这个动作会注销默认用户。
Attribute |
Value |
Description |
xsi:type |
clientSystem.Action |
|
Attribute |
Data type or value |
Description |
xsi:type |
clientSystem.Action.Logout |
|
该方法在执行时设置默认用户。
事件绑定被注销动作所禁止。由于这个原因,在Logout动作之后,不允许执行其他的动作。
<Target xsi:type="clientSystem.Action">
<Method xsi:type="clientSystem.Action.Logout"/>
</Target>