Page tree
Skip to end of metadata
Go to start of metadata

 方法

   Page.AutoDisconnectTimeout

 描述

   用户操作超时时间,将自动断开连接并释放并发用户数。单位是分钟,默认值为0,即永不自动断开。

 参数说明

   无

 返回值

   无

 示例

   下面的示例代码中,通过AutoDisconnectTimeout方法,将超时时间设置为30,即用户未在页面进行任何操作,页面将在30分钟后自动断开。

//获取当前页面
var page = Forguncy.Page;
//设置超时时间
page.AutoDisconnectTimeout = 30;
  • No labels