Previous topicNext topic
Help > XEngine_HelpComponents > HelpComponents_Packets > HelpComponents_PKTCustom >
HelpComponents_PKTCustom_WaitEventEx

函数

HelpComponents_PKTCustom_WaitEventEx

功能

等待一个数据事件发生

语法

BOOL HelpComponents_PKTCustom_WaitEventEx(XHANDLE xhToken, int nPoolIndex = -1, int nTimeOut = -1)

参数

 参数.一:nIndex
  In/Out:In
  类型:整数型
  可空:Y
  意思:分布式池索引
 参数.二:nTimeOut
  In/Out:In
  类型:整数型
  可空:Y
  意思:超时时间,单位毫秒 -1 不超时,0立即返回 > 0等待事件

返回值

类型:逻辑型
意思:是否成功

备注

 

示例