Returns the method used to add an event handler delegate to the event source.
传回用来将事件处理常式委派加入事件来源的方法。
Assigns a sequence number for this event, if one has not been set by the event source.
如果事件源没有设置序号的话,那么为这个事件分配一个序号。
Returns the method used to remove an event handler delegate from the event source.
返回用于从事件源中移除事件处理程序委托的方法。
To declare an interface as an event, the event declaration must be in an event source.
若要将接口声明为事件,事件声明必须在事件源中。
Consume events from the COM event source the same way you consume events from a managed event source.
按照从托管事件源使用事件的相同方式从COM对象源使用事件。
Establishes the specified source name as a valid event source for writing entries to a log on the local computer.
建立指定的源名称作为向本地计算机上的日志中写入日志项的有效事件源。
The class that raises an event is the event source, and the methods that process the event are the event handlers.
引发事件的类是事件源,而处理事件的方法是事件处理程序。
To search for an event source in Windows Vista and later or Windows Server 2003, you must have administrative privileges.
有这项需求是因为必须搜寻所有事件记录档(包括安全性),以判断事件来源是否为唯一。
Writes an information type entry with the given message text to the event log, using the specified registered event source.
将具有指定讯息文字的错误、警告、资讯、成功稽核或失败稽核项目写入事件记录档。
If you do not want to have the event source set the current correlation sphere ID, you should pass null in as the second parameter.
如果您不想让事件源设置当前相关性的sphereID,您应该将第二个参数设置为空。
Easy language tray bubble click event source routine procedure call API function to achieve the tray bubble click message application.
易语言托盘气泡点击事件源码例程程序调用API函数实现托盘气泡被点击消息的应用。
The event identifier specifies the message that goes with this event as an entry in the message file associated with the event source.
该事件标识符指定与此事件同行的消息,此消息作为与此事件源相关的消息文件里一个项目。
The WSDM event Format is organized into three categories for management event data: the event reporter, the event source, and situation data.
WSDM事件格式分为三种类型可用于管理事件数据:事件记录器,事件源和情形数据。
Consistent with the event model, the event source is responsible for asynchronous delivery of event messages on a frequency that it determines.
与事件模型一致,事件资源负责以一个它所决定的频率异步传送事件消息。
Consistent with the event model, the event source is responsible for asynchronous delivery of the event messages on a frequency that it determines.
为了与事件模型一致,事件源负责按照自己确定的频率以异步方式交付事件消息。
The first event source sends events to the CEI when a new order is created whereas the second event source sends only events with a severity of 70.
当有新命令产生时,第一个事件源发送事件到cei;而第二个事件源仅发送问题严重级别为70的事件。
This algorithm dopes out the mobility of event source and ascertains the best distance for sending monitoring data to decrease network traffic.
该算法对事件源进行运动预测,确定发送监测数据的最佳距离,以降低网络通信量。
Writes an entry with the given message text and application-defined event identifier to the event log, using the specified registered event source.
通过指定的注册事件源,将一个包含给定消息文本和应用程序定义的事件标识符的项写入事件日志。
This model USES the weighs to estimate the information of the event source. Theoretically and experimentally, we show the proposed model is more accurate.
理论分析和模拟实验表明,新模型对事件源估计更精确,因而能更好地挖掘出网络中存在的空间相关性。
Writes an event log entry with the given event data, message replacement strings, and associated binary data, and using the specified registered event source.
使用指定的已注册事件源写入包含给定的事件数据、消息替换字符串和关联的二进制数据的事件日志项。
Writes an error, warning, information, success audit, or failure audit entry with the given message text to the event log, using the specified registered event source.
使用指定的注册事件源,将错误、警告、信息、成功审核或失败审核项与给定的消息文本一起写入事件日志。
According to the requirements of the model, listener class and it's object will be created to register to the event source and realize the specific method in interface.
根据模型要求,要创建监听器类及其对象,完成向事件源的注册并实现接口中的特定方法。
Establishes a valid event source for writing localized event messages, using the specified configuration properties for the event source and the corresponding event log.
建立一个写入本地化事件消息的有效事件源,建立时使用为该事件源以及对应的事件日志指定的配置属性。
Another technique that can sometimes be used to find otherwise hidden lapsed listeners is preventing a given listener object from being registered twice with a given event source.
另外一项可以用来找到隐藏失效侦听器的技术是:防止指定侦听器对象在指定事件源上登记两次。
Event source 1 will be configured to use a synchronous emitter to send events through an EJB interface. Event source 2 will use an asynchronous emitter to post events to a JMS queue.
这里配置事件源1使用同步发射器来通过ejb界面发送事件,而事件源2利用异步发射器发送事件到jms队列。
Writes an entry with the given message text, application-defined event identifier, and application-defined category to the event log, using the specified registered event source.
使用指定的登录事件来源,将有指定讯息文字、应用程序定义的事件识别项和应用程序定义的分类的项目写入事件记录档。
The event source does not need to manage any event-related resources except for the emitter as all resource handling is performed by the emitter factory and emitter instances themselves.
除了发射器,事件源不必管理任何与事件相关的资源,因为所有的资源处理都是由发射器工厂和发射器实例自身执行的。
If the second event source generates CBEs with a severity other than 70 the emitter will discard that event so that only CBEs with a severity of exactly 70 will be sent to the CEI server.
如果第二个事件用生成的CBE的问题严重级别不是70,发射器将丢弃该事件,因此只有问题严重级别为70的CBE才会被发送到CEI服务器。
This, for example, allows the event source to continue processing after emitting an event rather than blocking until the event has been successfully transmitted and processed by the event server.
就是说,例如,允许事件源在发射事件后继续处理,而不是禁止发射直到事件成功传送并被事件服务器中处理完成。
This, for example, allows the event source to continue processing after emitting an event rather than blocking until the event has been successfully transmitted and processed by the event server.
就是说,例如,允许事件源在发射事件后继续处理,而不是禁止发射直到事件成功传送并被事件服务器中处理完成。
应用推荐