网站首页  词典首页

请输入您要查询的英文单词:

 

单词 event source
释义

event source

  • 网络事件源;事件来源;事件的发起者
1.
事件源
事件源(event source):任何wxPython对象都能产生事件。例如按钮、菜单、列表框和任何别的窗口部件。
blog.csdn.net
2.
事件来源
事件来源(event source):任何wxPython对象都能产生事件。例如按钮、选单、对话框和任何别的窗口部件。
putidea.blogspot.com
3.
事件的发起者
我们将事件的发起者(Event Source)称为Publisher,将事件的处理者(Event Handler)称为Subscriber.2.5 事件是如何产生的2.6 …
www.mscto.com
4.
一个事件源
一个事件源(event source)加入到注册表中。默认情况下,只会添加来自DebuggerExtensions 的事件(用于支持!evlog report)。
www.cnitblog.com
5.
和事件源
...,然后根据过滤条件将事件发送至事件服务器。另请参阅 公共事件基础结构(Common Event Infrastructure,CEI) 和事件
www.webspherechina.net
6.
事件的物件
委派事件模式:当事件发生时,产生事件的物件(event source)会将此一"讯息"转给"事件倾听者"(event listener)处理的一种方式。 …
yehyenping.blogspot.tw
7.
事件触发
...tial and Proprietary. 15 事件触发(Event Source) Process Starter Event Source © 2006 TIBCO Software Inc. All Rights Res...
www.docin.com

例句

释义:
1.
Any object capable of raising an event is an event sender, also known as an event source.
任何能引发事件的对象都是事件发送方,也称“事件源”。
www.kuenglish.info
2.
Notice that it is not possible for an event source to bypass a filter configured by an emitter.
注意事件源不能绕过由发射器配置的过滤器。
www.ibm.com
3.
Gets or sets the name of the computer on which to register the event source.
获取或设置在其上注册事件源的计算机的名称。
msdn2.microsoft.com
4.
Method to register an event source with the log to which you want to write an entry, using a unique string for the source string.
方法将事件源注册到要写入项的日志,并使用特有字符串作为表示源的字符串。
msdn2.microsoft.com
5.
The factory is obtained by the emitter during initialization in the event source and is used to create an instance of a Filter.
发射器可以在事件源的初始化过程中获得工厂,并用其创建过滤器实例。
www-128.ibm.com
6.
Property on your component directly, or you can set it in code that registers your component as an event source.
属性,也可以在将组件注册为事件源的代码中设置该属性。
msdn2.microsoft.com
7.
If more than one event sink is listening to a COM event source, the value of an out parameter may be ignored.
如果不止一个事件接收器正在侦听COM事件源,则可能会忽略输出参数的值。
207.46.16.251
8.
Establishes the specified source name as a valid event source for writing entries to a log on the local computer.
建立指定的源名称作为向本地计算机上的日志中写入日志项的有效事件源。
msdn.microsoft.com
9.
The event identifier specifies the message that goes with this event as an entry in the message file associated with the event source.
该事件标识符指定与此事件同行的消息,此消息作为与此事件源相关的消息文件里一个项目。
www.fan6.net
10.
Gets or sets the name to register with the event log as an event source.
获取或设置要在事件日志中注册为事件源的名称。
msdn2.microsoft.com
1.
Within the code item, you can access the event source object by name, and, once accessed, you can write event handlers against the object.
在代码项中,可以按名称访问事件源对象,而且,一旦访问过以后,就可以针对对象编写事件处理程序。
msdn2.microsoft.com
2.
If the event source does not exist, the example sets the message resource file for the source and creates the new event source.
如果事件源不存在,则示例会为该源设置消息资源文件,并创建新的事件源。
msdn2.microsoft.com
3.
This technique creates a strong reference from the event source to the event listener.
这个技术会建立事件来源对事件接听项的强式参考。
msdn.microsoft.com
4.
The Event Viewer uses the category to filter events written by an event source.
事件查看器使用类别对事件源写入的事件进行筛选。
msdn2.microsoft.com
5.
Assigns a sequence number for this event, if one has not been set by the event source.
如果事件源没有设置序号的话,那么为这个事件分配一个序号。
www-128.ibm.com
6.
You can register the event source with localized resource files for your event category and message strings.
可以使用事件类别和消息字符串的本地化资源文件来注册事件源。
msdn2.microsoft.com
7.
Create the new event source during the installation of your application.
在安装应用程序的过程中创建新的事件源。
msdn2.microsoft.com
8.
For COM clients that sink events, implement the event sink interface defined by the event source in its type library.
对于接收事件的COM客户端,实现由事件源在其类型库中定义的事件接收接口。
msdn2.microsoft.com
9.
Using a query as the event source enables you to submit multiple events at one time, unlike the NSEventWriteEventClassName stored procedure.
使用查询作为事件源时,您可以一次提交多个事件,这与NSEventWriteEventClassName存储过程不同。
technet.microsoft.com
10.
The following example shows a managed server as the event source and a COM client as the event sink.
下面的示例将托管服务器显示为事件源,将COM客户端显示为事件接收器。
msdn2.microsoft.com
1.
Object representing the method used to remove an event handler delegate from the event source.
对象,它表示用于从事件源中移除事件处理程序委托的方法。
msdn2.microsoft.com
2.
Source, as a valid event source for writing entries to a log on the computer specified by.
所指定的计算机上的日志中写入日志项的有效事件源。
msdn2.microsoft.com
3.
Object representing the method used to add an event handler delegate to the event source.
对象,它表示用于将事件处理程序委托添加到事件源的方法。
msdn2.microsoft.com
4.
Event source objects send event notifications to recipient objects that have registered to receive that event.
事件源对象向已注册接收该事件的接收方对象发送事件通知。
msdn2.microsoft.com
5.
This view is the event source for your notification generation queries.
此视图就是通知生成查询的事件源。
msdn2.microsoft.com
6.
Class with the name of the event source interface.
使用事件源接口的名称初始化。
msdn2.microsoft.com
7.
Provides an example that shows a managed server as the event source and a COM client as the event sink.
提供一个示例,该示例将托管服务器显示为事件源,将COM客户端显示为事件接收器。
msdn2.microsoft.com
8.
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,您应该将第二个参数设置为空。
www.ibm.com
9.
Gets or sets a value that specifies whether the event source should cancel the operation that caused the event.
获取或设置一个值,该值指定事件源是否应取消导致事件的操作。
msdn2.microsoft.com
10.
Returns the method used to remove an event handler delegate from the event source.
返回用于从事件源中移除事件处理程序委托的方法。
msdn2.microsoft.com
1.
Select the Emitted Events tab and view the events that are available for monitoring for the chosen event source.
选择EmittedEvents选项卡并查看可用于监视所选事件源的事件。
www.ibm.com
2.
Returns the method used to add an event handler delegate to the event source.
返回用于将事件处理程序委托添加到事件源的方法。
msdn2.microsoft.com
3.
The configuration properties for the event source and its target event log.
事件源及其目标事件日志的配置属性。
msdn2.microsoft.com
4.
The delegate type for a given event is defined by the event source.
给定事件的委托类型由事件源定义。
msdn2.microsoft.com
5.
The following example determines whether the event source named SampleApplicationSource is registered on the local computer.
下面的示例确定是否在本地计算机上注册名为SampleApplicationSource的事件源。
msdn2.microsoft.com
6.
Removing an event source does not remove the underlying event handler from source text.
移除事件源不会从源文本中移除基础事件处理程序。
msdn2.microsoft.com
7.
The class that raises an event is the event source, and the methods that process the event are the event handlers.
引发事件的类是事件源,而处理事件的方法是事件处理程序。
www.juyy.net
8.
Therefore, you will get a compiler error if you delete an event source but leave the underlying function in the source code.
因此,如果删除事件源而在源代码中保留基础函数,则将遇到编译器错误。
msdn2.microsoft.com
9.
To resolve this problem, a user who has administrative rights must create the event source before you run the ASP. NET Web Application.
要解决此问题,在您运行ASP.NETWeb应用程序之前,拥有管理权限的用户必须创建事件源。
support.microsoft.com
10.
The COM connection-point interfaces, which are not described in the type library, connect the event sink to the event source.
未在类型库中描述的COM连接点接口会将事件接收器连接到事件源。
msdn2.microsoft.com
1.
The programmatic name of the event source to be removed.
要移除的事件源的编程名称。
msdn2.microsoft.com
2.
You might remove an event source if you were changing your source from one log to another.
假如打算将源从一个日志改变到另一个日志,则可以移除此事件源。
msdn2.microsoft.com
3.
To create an event source, use one of the following approaches.
要创建事件源,请使用下列方法之一。
support.microsoft.com
4.
The following code example sets the installation properties for a new event source.
下面的代码示例为一个新的事件源设置安装属性。
msdn2.microsoft.com
5.
Method is used to add an event-handler delegate to the invocation list of an event source.
方法用于向事件源调用列表中添加事件处理程序委托。
msdn2.microsoft.com
6.
Searches a computer's registry for a given event source.
搜寻指定事件来源的电脑的登录。
technet.microsoft.com
7.
Event identifiers, together with the event source, uniquely identify an event.
事件标识符与事件源一起唯一标识事件。
www.juyy.net
8.
The script engine uses information provided by the AddEventSource method to hook up events to the named event source.
脚本引擎使用AddEventSource方法提供的信息将事件挂钩到命名事件源。
msdn2.microsoft.com
9.
This value can then be passed to the EventLog. CreateEventSource Method to designate your thread as an event source for each thread.
然后,可以将该值传递给EventLog.CreateEventSourceMethod,从而将您的线程指定为每个线程的“事件源”。
msdn2.microsoft.com
10.
The problem in the "Symptoms" section occurs because your account does not have the correct user rights to create an event source.
由于您的帐户不具有创建事件源的正确用户权限,会出现“症状”部分中的问题。
support.microsoft.com
1.
Writes an event log entry with the given event data and message replacement strings, using the specified registered event source.
使用指定的已注册事件源写入包含给定事件数据和消息替换字符串的事件日志项。
msdn2.microsoft.com
2.
Removes the application's event source registration from the specified computer.
将应用程式的事件来源登录从指定的电脑移除。
technet.microsoft.com
3.
Determines whether an event source is registered on a specified computer.
确定事件源是否已在指定的计算机上注册。
msdn2.microsoft.com
4.
Method creates or sets the properties for an event log and event source.
方法创建或设置事件日志和事件源的属性。
msdn2.microsoft.com
5.
Writes an information type entry with the given message text to the event log, using the specified registered event source.
使用指定的注册事件源将信息类型项与给定的消息文本一起写入事件日志。
msdn2.microsoft.com
6.
Removes the event source registration from the event log of the local computer.
从本地计算机的事件日志中移除事件源注册。
msdn2.microsoft.com
7.
Class with a specified event source and event log name.
使用指定的事件源和事件日志名称对。
msdn2.microsoft.com
8.
For more information about creating an event source, see Server Event Handling in ASP. NET Web Pages.
有关创建事件源的更多信息,请参见ASP.NET网页中的服务器事件处理。
msdn2.microsoft.com
9.
An event sink implements the interface and an event source consumes it.
事件接收器会实现接口,而事件源则使用接口。
msdn2.microsoft.com
10.
Before writing an entry to an event log, you must register the event source with the event log as a valid source of events.
在向事件日志写入项之前,必须在事件日志中将该事件源注册为有效的事件源。
msdn2.microsoft.com
1.
By using the Observer design pattern, you ve reduced the coupling between the event source and listeners.
通过使用观察者设计模式,您已经减少了事件源与侦听器之间的耦合。
www-128.ibm.com
2.
Then use the connection point mechanism to connect the sink interface to the event source.
然后,使用连接点机制将接收接口连接到事件源。
msdn2.microsoft.com
3.
Managed classes that sink events do so by passing a delegate to the event source, instead of using COM connection points.
接收事件的托管类是通过将委托传递给事件源(而不是使用COM连接点)来完成类似任务的。
msdn2.microsoft.com
4.
Gets a reference to an event source previously added to a script engine using the AddEventSource method.
获取对先前使用AddEventSource方法添加到脚本引擎中的事件源的引用。
msdn2.microsoft.com
5.
An event source can have multiple handlers for the events it generates.
事件源对它生成的事件可以具有多个处理程序。
technet.microsoft.com
6.
The application logic (Figure 3) detects if the event source ID indicates the event is a commissioning event.
应用程序逻辑(图3)检查事件源ID是否表明事件是分配事件。
www.ibm.com
7.
This event source must exist in order for the first code example to work correctly.
为使第一个代码示例正常工作,此事件源必须存在。
msdn2.microsoft.com
8.
Parameter refers to an event source that was not added to the specified item.
参数引用了未添加到指定项中的事件源。
msdn2.microsoft.com
9.
A null-delimited list of fully qualified event source interface names.
事件源接口的完全限定名列表,名称之间用null分隔。
msdn2.microsoft.com
10.
Various IDL, COM, and compiler attributes are demonstrated in ATLDuck, including aggregatable, event_source, and event_receiver.
在ATLDuck中说明各种IDL属性、COM属性和编译器属性,包括可聚集的event_source和event_receiver。
msdn2.microsoft.com
1.
Determines whether an event source is registered on the local computer.
确定事件源是否已在本地计算机上注册。
msdn2.microsoft.com
2.
To the event log, using a source that is already registered as an event source for the appropriate log.
通过一个已注册为相应日志的事件源的源,使用此方法将一个包含应用程序定义的。
msdn2.microsoft.com
3.
The fully qualified name of the event source interface.
事件源接口的完全限定名。
msdn2.microsoft.com
4.
Exception string: The specified event source not found.
异常字符串:未找到指定的事件源。
msdn2.microsoft.com
5.
Statements in your subscription rules can modify values in the event source so that you can track event usage.
订阅规则中的语句可以修改事件源中的值,这样可以跟踪事件使用情况。
msdn2.microsoft.com
6.
You cannot use a function as an event handler, however, because it cannot return a value to the event source.
可是,不能将函数用作事件处理程序,因为它不能将值返回给事件源。
msdn2.microsoft.com
7.
Use this constructor to expose a single event source interface to COM clients.
使用此构造函数向COM客户端公开单个事件源接口。
msdn2.microsoft.com
8.
Define event-source interfaces in managed code.
在托管代码中定义事件源接口。
msdn2.microsoft.com
9.
The semantics of canceling an event depend on the event source.
取消事件的语义取决于事件源。
msdn2.microsoft.com
10.
Method. You must have administrative rights on the computer to create a new event source.
若要创建新的事件源,您必须在计算机上拥有管理员权限。
msdn2.microsoft.com
1.
Removes the specified event source from the code item.
从代码项中移除指定的事件源。
msdn2.microsoft.com
2.
A programmatic name of the event source.
事件源的编程名称。
msdn2.microsoft.com
3.
Create an event source under the Application event log in Registry Editor.
在注册表编辑器中,在应用程序事件日志下创建一个事件源。
support.microsoft.com
4.
You must have administrative rights on the computer to create a new event source.
若要创建新的事件源,您必须拥有计算机的管理员权限。
msdn2.microsoft.com
5.
The event source indicates what logs the event.
事件源指示用什么来记录事件。
msdn2.microsoft.com
6.
See How to: Determine If an Event Source Exists for more information.
有关更多信息,请参见如何:确定事件源是否存在。
msdn2.microsoft.com
7.
You must create and configure the event source before writing the first entry with the source.
必须先创建并配置事件源,然后才能在相应的源中写入第一项。
msdn2.microsoft.com
8.
Use the following code example if you need to programmatically add the event source named MySamplesSite to your Application log.
如果需要以编程方式将名为MySamplesSite的事件源添加到Application日志,请使用下面的代码示例。
msdn2.microsoft.com
9.
Gets the key for submitting the event source.
获取提交事件源的键。
msdn2.microsoft.com
10.
See the code example below to create the specified event source.
若要创建指定的事件源,请参见下面的代码示例。
msdn2.microsoft.com
1.
Parameter that is not already in use as an event source in the code item.
当使用未用作代码项中的事件源的。
msdn2.microsoft.com
2.
Returns the key to use to submit the event source.
返回用来提交事件源的键。
msdn2.microsoft.com
3.
Removes an event handler from an event source.
从事件源中移除事件处理程序。
msdn2.microsoft.com
4.
The type name of the event source.
事件源的类型名称。
msdn2.microsoft.com
5.
You only need to create an event source if you are writing to the event log.
仅当写入事件日志时才需要创建事件源。
msdn2.microsoft.com
6.
You can create an event source by using EventLogInstaller.
您可以使用EventLogInstaller创建一个事件源。
support.microsoft.com
7.
How do I enable my ASP. NET application to write to new event source?
如何把ASP.NET程序的事件日志写入自定义的事件源?
www.diybl.com
8.
The Exchange Management Pack uses events from MSExchangeTransport event source to monitor the components of the SMTP transport service.
Exchange管理包使用来自MSExchangeTransport事件来源的事件监视SMTP传输服务的组件。
technet.microsoft.com
9.
You can also create new logs when creating an event source.
也可在创建事件源时创建新日志。
msdn2.microsoft.com
10.
The Exchange Management Pack tracks events from the event source MSExchangeMTA to monitor the Microsoft Exchange MTA Stacks service.
Exchange管理包跟踪来自事件来源MSExchangeMTA的事件,以便监视MicrosoftExchangeMTAStacks服务。
technet.microsoft.com
1.
The following example shows how to unregister an event source named MyApp1 from the local computer.
下面的示例演示如何从本地计算机注销名为MyApp1的事件源。
msdn2.microsoft.com
2.
The most direct way is to register an event source with the log to which you want to write, then instantiate a component and set its
最直接的方式是,将一个事件源注册到您想要写入项的日志,然后实例化一个组件并为此日志设置其
msdn2.microsoft.com
3.
In the image above you can see some of the many witnesses photographed during the event. [Source]
在上图中你可以看到一些该事件的目击者被拍摄下来。
www.elanso.com
4.
Supposed to give the name of a named item that is then marked as an event source, so that the
应该提供要标记为事件源的命名项的名称,以使
msdn2.microsoft.com
5.
To interoperate with an existing COM event source
与现存的COM事件源交互
bbs.helloit.info
6.
The XML event provider collects an XML document or stream from an event source and submits the data to the
XML事件提供程序从事件源收集XML文档或流,并将数据提交到
msdn2.microsoft.com
7.
To establish your component as an event source
将您的组件确立为事件源
msdn2.microsoft.com
8.
Consider using an application-specific event source
考虑使用特殊的事件源
ck0118.i170.cn
9.
When you use ASP. NET to create a new event source in the event log, you may receive the following error message
使用ASP.NET在事件日志中创建一个新的事件源时,您可能会收到下面的错误信息
support.microsoft.com
10.
To create an event source on a remote computer, use
若要在远程计算机上创建事件源,请使用
msdn2.microsoft.com
1.
Once an event source has created an event instance, it is passed to the emitter using the
一旦事件源创建了事件实例,就用
www-128.ibm.com
2.
To remove the event source you created
移除创建的事件源
msdn2.microsoft.com
3.
The event source that can report an event when this CSE is applying policy
当这个CSE应用策略时,能报告事件的事件源
www.fan6.net
4.
How to: Determine If an Event Source Exists
如何:确定事件源是否存在
msdn2.microsoft.com
5.
If the event source does not have a configured category resource file, or the specified
如果事件源没有已配置的类别资源文件,或者指定的
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 23:46:07