OpenEvent is used to open an existing named event object.
OpenEvent用来打开一个现有的有名事件对象。
This function creates a named or an unnamed event object.
这个函数创建一个命名或未命名的事件对象。
Secondly, don't confuse DHTML object detection with event object detection.
其次,不要将DHTML对象检测与事件对象检测混为一谈。
The function SetEvent() is used to set the state of the event object to signaled state.
函数SetEvent()用来将事件对象的状态设置为有信号状态。
We will learn what an event object is and how to use it in a multithreaded program.
我们将学习什么是一个事件对象和如何在多线程程序中使用它。
The event object is automatically passed to the event handler when the event is triggered.
事件对象自动传递给事件处理程序时,该事件被触发。
A computer application creates an event object (a computer record) to signal or report the event.
计算机应用程序创建事件对象(计算机记录)来表示或报告事件。
Event consumers in the environment may not be able to consume the event object in its current form.
环境中的事件使用者也许无法使用当前形式的事件对象。
This event object is later used to prevent default form submission, as in the earlier code listings.
此事件对象稍后用来预防默认表单提交。正如之前代码所述。
All information about the parsed event is encapsulated in the event object rather than in the reader.
关于解析事件的所有信息都封装在事件对象而不是读取器中。
Synchronization event object is used to resolve problem of accessing card among multiple threads.
用事件同步对象解决了多线程访问运动控制卡的问题。
The wait function on the event object blocks the calling thread until its state is set to signaled state.
对事件对象调用的等待函数会阻塞调用线程,直到其状态被设置为有信号状态为止。
Next you need to specify how each of the event object fields is mapped to the intermediate object fields.
下一步,您需要指定如何将每个事件对象字段映射到中间对象字段。
Open the target project and select the code event element by placing the cursor on the event object.
打开目标项目并通过将光标放在事件对象上来选择代码事件元素。
This function returns the handle to the event object and can be used in subsequent calls to the event object.
这个函数返回事件对象的句柄,这样就可以在后续的调用中使用这个事件对象了。
This function creates a manual-reset or auto-reset event object and also sets the initial state of the object.
这个函数创建一个手工重置或自动重置的事件对象,同时还要设置改对象的初始状态。
The actuator thus extends the specific SAP interface, and translates the event object to the SAP object format.
因此执行者扩展特定SAP接口,并将事件对象转换为SAP对象格式。
Canceling the event chain for the keyboard event by setting the cancelBubble property on the EVENT object to true
将EVENT对象的cancelBubble属性设置为true,取消键盘事件的事件链
Gets an event object which can be used to be notified when the debugger starts or stops an expression evaluation.
获取一个事件对象,调试器开始或停止计算表达式时,可以使用该事件对象进行通知。
An individual event object is short-lived, and exists only long enough for immediate processing before it ceases to be.
单个事件对象的存活期非常短,在其消失之前刚够时间进行即时处理。
This model allow application manage single or multi socket, and can retrieve network message basing on event object.
该模型允许应用程序同时管理一个或多个套接字,并能够接收以事件对象为基础的网络事件通知。
The event object-based serialization API embodied by XMLEventWriter consists of fewer methods than the low-level API.
与低层API相比,XMLEventWriter 使用的基于事件对象的序列化器 API由更少的方法组成。
An event handler is more general; it takes an event object that contains the event type, the event coordinates, and so on.
事件处理程序更通用,它以一个事件对象为参数,其中包含事件类型、事件坐标等。
The event object is available only during an event - that is, you can use it in event handlers but not in other code.
事件对象只有在可以使用事件处理而不是其他代码处理时才会有效。
The WSAEventSelect function specifies an event object to be associated with the specified set of FD_XXX network events.
确定与所提供的FD_XXX网络事件集合相关的一个事件对象。
The message bus creates an event object and dispatches it, along with an instance of a business service, to an event channel.
消息总线将创建一个事件对象,并且将该事件对象连同业务服务的实例一起发送给事件通道。
When dispatching an event, you must create a new event object. The syntax for the event object constructor is as follows.
当调度事件,你必须创建一个新的事件对象。事件对象构造的语法如下。
For example, using the two separate terms would dictate that "event processing" (see below) should be "event object processing".
举个例子,如果要使用两个术语,那么很有可能导致你在说“事件处理(event processing)”时,其实意思是指“事件对象处理(event object process)”。
The message bus creates an event object and dispatches it, along with an instance of a business service, to an event channel .
消息总线将创建一个事件对象,并且将该事件对象连同业务服务的实例一起发送给事件通道。
POSIX semaphores are count semaphores, but when the count is set to 1 they provide similar functionality to the Windows event object.
尽管POSIX信号量是计数器信号量,但是当这个计数器被设置为1时,它们可以提供与Windows事件对象相似的功能。
应用推荐