Subject | English | Korean |
comp., MS | adverse event | 이상 반응 (Any problematic medical occurrence that may happen during a medical treatment involving drugs. The adverse event may not necessarily be caused by the drug treatment) |
comp., MS | after event | After 이벤트 (An asynchronous event whose handler runs only after the action that raised the event is complete) |
comp., MS | aggregate event | 집계 이벤트 (A type of event that is generated after a series of events of another type have occurred. An aggregate event is used to represent a series of events to avoid flooding the event consumer) |
comp., MS | attached event | 연결된 이벤트 (A routed event that can be attached to any ContentElement or UIElement type and that is not limited to the type which defines it) |
comp., MS | BAM Event Bus MMC | BAM 이벤트 버스 MMC (The MMC snap-in for the BAM Event Bus) |
comp., MS | before event | Before 이벤트 (A synchronous event whose handler runs completely before the action that raised the event starts) |
comp., MS | build event | 빌드 이벤트 (The definition of the build process. A build event lets you specify an action to occur at a specific time in the build process. For example, you could use a build event to register a file with regsvr32.exe after the project finishes building) |
comp., MS | Calendar Event Search | 일정 이벤트 검색 (A feature that enables a user to search for events in the Calendar using keywords, and use filters to refine the search) |
comp., MS | cascading event | 연속 이벤트 (A sequence of events caused by an event procedure directly or indirectly calling itself) |
comp., MS | CTI event | CTI현재 시간 증분 이벤트 (A special punctuation event that indicates the completeness of the existing events) |
comp., MS | debugger event | 디버거 이벤트 (A diagnostic event in IntelliTrace that occurs within the Visual Studio Debugger when it is running your application) |
comp., MS | deferred event | 지연 이벤트 (In a statechart or activity diagram, an event that must be postponed for later use while another activity is under way. You can show a deferred event for a state by including the event among the state's internal transitions) |
comp., MS | Detected Events | 발견된 이벤트 (A feature that identifies a possible meeting request or event in an email message and enables the user to take action on it from within the message) |
comp., MS | diagnostic event | 진단 이벤트 (Any event that happens during a run of your application that can be recorded by IntelliTrace) |
comp., MS | direct event handling | 직접 이벤트 처리 (An event handling strategy that does not involve routing) |
comp., MS | event address | 행사 주소 (An address similar to a URL that provides network access to an event, such as a live broadcast. Attendees go to this address to view the event from their computers) |
comp., MS | event-based asynchronous pattern | 이벤트 기반 비동기 패턴 (A design pattern that uses events to expose asynchronous features of a class) |
comp., MS | event bubbling | 이벤트 버블링 (In Windows Presentation Foundation, an event routing strategy where the event instance moves up the element tree (starting with the source and ending at the root of the visual tree)) |
comp., MS | event cascade | 이벤트 연속 (A sequence of events caused by an event procedure directly or indirectly calling itself) |
comp., MS | event category | 이벤트 범주 (In SQL Trace, a grouping of similar and logically related event classes) |
comp., MS | event chronicle | 이벤트 기록 (A table that stores event state information) |
comp., MS | event chronicle rule | 이벤트 기록 규칙 (One or more Transact-SQL statements that manage the data in the event chronicle) |
comp., MS | Event class | 이벤트 클래스 (The class that indicates whether an event is a '.NET Performance Event', '.NET Exception Event', 'Client-Side Exception Event', or a 'Client-Side Performance Event') |
comp., MS | event classification | 이벤트 분류 (A means of differentiating types of events that occur on the cache client and cache host. The Windows Server AppFabric log sinks follow the classification established with the System.Diagnostics.TraceLevel enumeration) |
comp., MS | event collection stored procedures | 이벤트 컬렉션 저장 프로시저 (System-generated stored procedures that an application can call to submit events to the event table in the application database) |
comp., MS | event consolidation | 이벤트 통합 (A feature that combines multiple events into one event. The single event identifies the number of consolidated events and when the first and last consolidated events occurred) |
comp., MS | event consumer | 이벤트 소비자 (A recipient of notifications that report an occurrence of an event. An event consumer is either temporary or permanent) |
comp., MS | event consumer provider | 이벤트 소비자 공급자 (A provider that determines which permanent event consumer handles a given event) |
comp., MS | event filter | 이벤트 필터 (A filter that registers to receive notification of a specific type of event) |
comp., MS | event framework | 이벤트 프레임워크 (The combination of runtime event processing, support programs, code libraries, a scripting language, or other software to help develop and glue together the different components of a software project. In Microsoft Dynamics CRM, the plug-ins and workflows are included in a single event model) |
comp., MS | event handler | 이벤트 처리기 (A software routine that executes in response to an event) |
comp., MS | event header | 이벤트 헤더 (The portion of an event that defines the temporal properties of the event and the event kind. Temporal properties include a valid start time and end time associated with the event) |
math. | event history data | 사건 기록 데이터 |
comp., MS | event kind | 이벤트 종류 (Event metadata that defines the event type) |
comp., MS | event listener | 이벤트 수신기 (A function or object that invokes an event handler when a specific condition occurs in an application) |
comp., MS | event log | 이벤트 로그 (A record of activities on a computer system. Events can include attempts to establish communication, successful establishment of sessions, failures of system components, attempts to use files that are damaged or missing, configuration problems, and responses from remote systems) |
comp., MS | Event Log service | 이벤트 로그 서비스 (A service that records events in the system, security, and application logs) |
comp., MS | event logging | 이벤트 로깅 (The process of recording an audit entry in the audit trail whenever certain events occur, such as services starting and stopping or users logging on and off and accessing resources) |
comp., MS | event model | 이벤트 모델 (The event metadata that defines the temporal characteristics (shape) of the event) |
comp., MS | event notification | 이벤트 알림 (A special kind of trigger that sends information about database events to a service broker) |
comp., MS | event payload | 이벤트 페이로드 (The data portion of an event in which the data fields are defined as CLR (common language runtime) types. An event payload is a typed structure) |
comp., MS | event procedure | 이벤트 프로시저 (A procedure that is automatically executed in response to an event initiated by the user or program code, or that is triggered by the system) |
comp., MS | event processing engine | 이벤트 처리 엔진 (The core component of BizTalk RFID. The event processing engine creates and manages an event processing pipeline by using the device and component bindings in each custom source) |
comp., MS | event processing pipeline | 이벤트 처리 파이프라인 (The core component of the event processing engine. The pipeline describes the sequence in which events are handled and forwarded in an RFID business process) |
comp., MS | event property | 이벤트 속성 (A named attribute of a control, form, report, data access page, or section you use to respond to an associated event. You can run a procedure or macro when an event occurs by setting the related event property) |
comp., MS | event provider | 이벤트 공급자 (A provider that monitors a source of events and notifies the event table when events occur) |
comp., MS | event publisher | 이벤트 게시자 (An application, service, or driver that creates an event and delivers it to an event log) |
comp., MS | event query | 이벤트 쿼리 (A WMI Query Language statement that event consumers use to register to receive notification of specific events. An event provider uses an event query to register to generate notifications of specific events) |
comp., MS | event registration | 이벤트 등록 (An item that resides in a folder that uses an event sink. The item provides the store with information that includes what events will trigger the sink, the name of the sink, and options such as restrictions for when the event will fire) |
comp., MS | event registration item | 이벤트 등록 항목 (A hidden item that contains information about an event sink, information about what events will trigger the event sink, and options that tell when or under what conditions the event sink will be triggered. The event registration item is created in the same folder that is being monitored for events) |
comp., MS | event routing | 이벤트 라우팅 (In Windows Presentation Foundation and Silverlight, the movement of an event in a tree of elements. There are three types of event routing: direct, bubbling, and tunneling. With direct routing, the event does not move in the tree. With bubbling, the event moves up to the top of the tree. With tunneling, the event starts at the top of the tree and moves down to the source of the event. In Silverlight, event routing and routed events are used, but tunneling is not implemented) |
comp., MS | event source | 이벤트 원본 (The point of origin of an event) |
math. | event space | 표본공간 |
comp., MS | event table | 이벤트 테이블 (A table in the application database that stores event data) |
comp., MS | event throttling | 이벤트 제한 (Constraining the rate at which events are sent to the APM service to keep CPU utilization low. Events are constrained by the number of events collected in an event group over time) |
comp., MS | Event Trace for Windows | Windows용 이벤트 추적 (A general-purpose, high-speed tracing feature of Windows) |
comp., MS | Event Tracing for Windows ETW-based log sink | ETWWindows용 이벤트 추적 기반 로그 싱크 (A means of capturing trace events on the cache client or cache host with the Event Tracing for Windows (ETW) framework inside Windows) |
comp., MS | event trigger | 이벤트 트리거 (The mechanism by which a system or application event triggers either an instant or an animated change in one or more properties) |
comp., MS | event type | 이벤트 유형 (The event type for a performance event is "information", and the event type for an exception event is 'error') |
comp., MS | Event view | 이벤트 보기 (The Operations console pane that displays specified events in the management group that the console user has the rights to see) |
comp., MS | Event Viewer | 이벤트 뷰어 (A component you can use to view and manage event logs, gather information about hardware and software problems, and monitor security events. Event Viewer maintains logs about program, security, and system events) |
comp., MS | events and attractions | 이벤트 및 명소 (A sub-heading in Local Scout. Events are activities in the area that are taking place over the next few days, and attractions are places or ongoing activities taking place in that area) |
comp., MS | exception event | 예외 이벤트 (A diagnostic event in IntelliTrace that occurs within the Visual Studio Debugger. Exception events include exceptions thrown, exceptions caught, and unhandled exceptions) |
comp., MS | exception events | 예외 이벤트 (Critical application and system errors. Application Performance Monitoring (APM) defines critical errors as being those that lead to a monitored component's failure. For ASP.NET applications, a critical exception results in the user seeing either the standard or a custom error page. For web services, critical exceptions are those that ASP.NET serializes into valid SOAP messages on the server-side, and deserializes to SoapExceptions on the ASP.NET client) |
comp., MS | extrinsic event | 외부 이벤트 (An extrinsic event is a predefined occurrence that cannot be linked directly to changes in the WMI data model. Therefore, WMI enables an event provider to define an event class that describes the event) |
comp., MS | heavy event | 리소스 사용량이 많은 이벤트 (A performance event that occurs regularly and for which detailed information is collected) |
comp., MS | input event | 입력 이벤트 (The set of software events that provide applications with information about changes on the device, computer or Surface screen. There are two types of input events: input primitives and derived input) |
comp., MS | insert event | 삽입 이벤트 (The event kind used to signify the arrival of an event into the stream. The insert event type consists of metadata that defines the valid lifetime of the event and the payload (data) fields of the event) |
comp., MS | interval event | 간격 이벤트 (An event whose payload is valid for a given period of time. The metadata of the interval event requires that both the start and end time of the interval be provided in the event metadata. Interval events are valid only for this specific interval) |
comp., MS | interval event model | 간격 이벤트 모델 (The event model of an interval event) |
comp., MS | intrinsic event | 내부 이벤트 (An event that occurs in response to a change in the standard WMI data model. Each intrinsic event class represents a specific type of change and occurs when WMI or a provider creates, deletes, or modifies a namespace, class, or class instance) |
comp., MS | light event | 리소스 사용량이 적은 이벤트 (A performance event that occurs only occasionally and for which limited information is collected) |
IT | loss event | 손실 사건 |
comp., MS | management event | 관리 이벤트 (An event designed for communicating status information or a threshold condition. Examples are failure of the reader, or the noise level being too high) |
comp., MS | Marketing Event Planning and Execution | 마케팅 이벤트 계획 및 실행 (A template that outlines the main categories that you should consider when beginning to plan a marketing event. Use this template to assist you in walking through key event elements while you are in the planning stages) |
comp., MS | missing event | 누락된 이벤트 (An event that was supposed to occur within a specified time interval, but did not occur) |
comp., MS | number of events | 이벤트 수 (In consolidated events, how many events are in the group and therefore related to the same root problem) |
comp., MS | online event | 온라인 이벤트 (An auditorium-style meeting that requires participants to register in order to attend) |
comp., MS | performance event | 성능 이벤트 (An event that is raised if a performance metric, such as the time from when a request was made until the response is sent, exceeds the configured threshold) |
comp., MS | point event | 시점 이벤트 (An event occurrence as of a single point in time. Only the start time is required for the event. The CEP server infers the valid end time by adding a tick (the smallest unit of time in the underlying time data type) to the start time to set the valid time interval for the event. Point events are valid only for this single instant of time) |
comp., MS | point event model | 시점 이벤트 모델 (The event model of a point event) |
comp., MS | post-event | 사후 이벤트 (Occurring after a core system operation has been completed) |
comp., MS | pre-event | 사전 이벤트 (Occurring before a core system operation occurs) |
comp., MS | program event | 프로그램 이벤트 (An action or occurrence to which a program might respond. Examples include state changes, data transfers, key presses, and mouse movements) |
comp., MS | Project Server Event Manager | Project Server 이벤트 관리자 (Part of the Project Server Eventing Service that loads and executes event handlers) |
comp., MS | raise an event | 이벤트를 발생시키다 (Perform an action, such as clicking a control in a graphical user interface, leading to the execution of a piece of code) |
math. | random event | 임의사상, 확률사상 |
stat. | random event | 확률사상 |
stat. | random event | 임의사상 |
comp., MS | related events | 관련 이벤트 (Other events that might be related to the selected event based on time. Time-based correlation helps establish causality by grouping Operational, Performance, System, and Application events that occur over a defined period) |
comp., MS | retract event | 취소 이벤트 (An internal event kind used to modify an existing insert event by modifying the end time of the event) |
comp., MS | routed event | 라우트된 이벤트 (An event instance that propagates through a tree of related elements rather than just targeting to a single element) |
comp., MS | signal event | 신호 이벤트 (In a statechart or activity diagram, an indication that one object has received a signal from another. A signal can be declared by using the keyword signal on a class in a class diagram) |
comp., MS | similar events | 비슷한 이벤트 (Events that resemble one another and where criteria similarity depends on the type of event) |
comp., MS | StreamInsight Event Flow Debugger | StreamInsight 이벤트 흐름 디버거 (A stand-alone tool in the Microsoft StreamInsight platform that provides event-flow debugging and analysis) |
comp., MS | subscription event rule | 구독 이벤트 규칙 (A rule that processes information for event-driven subscriptions) |
comp., MS | synchronous event | 동기화 이벤트 (An event whose handler runs in the same processing thread as the action that raised the event. The action cannot continue until processing is complete for the event handler) |
comp., MS | system event | 시스템 이벤트 (An event triggered by Windows system components that is recorded in the system log, such as the failure of a driver or other system component to load during startup) |
comp., MS | System Event Notification Services | 시스템 이벤트 알림 서비스 (An event publisher for various system events) |
IT | threat event | 위협 사건 |
comp., MS | time event | 시간 이벤트 (An event that occurs after a designated period of time or on the occurrence of a given date or time. A time event is indicated by the keyword after, followed by an expression that evaluates to an amount of time) |
comp., MS | Time Event Broker | 시간 이벤트 브로커 (A feature that provides time events that can be used to initiate background work in suspended apps) |
comp., MS | touch DOM event | 터치 DOM 이벤트 (A touch event for the Web and Windows Web applications. Web developers use touch DOM events to enable touch) |
comp., MS | transition event | 전환 이벤트 (A change in the location of processor event execution between ring 3 (user mode) and ring 0 (kernel mode). Transition events represent time spent outside the direct execution of the application code. Transition events can be time spent in threads that are not part of the profiled item, or time spent executing calls from the profiled item to the operating system) |
comp., MS | transport event | 전송 이벤트 (An occurrence of a particular message transport activity or phase through the SMTP and NNTP services) |
comp., MS | trigger event | 트리거 이벤트 (The parameters of a Microsoft Dynamics CRM workflow that define the circumstances in which the workflow performs its actions) |
comp., MS | usage event | 사용 이벤트 (A user action that is counted and analyzed by the recommendations algorithm in the Analytics Service) |
IT | vulnerability event | 취약성 사건 |
comp., MS | Windows Live Events | Windows Live 이벤트 (The Windows Live service for event planning and invitations) |
comp., MS | WMI Numeric Event Provider | WMI 숫자 이벤트 공급자 (A provider that enables a Management Pack rule to use any WMI Class data that contains numeric properties as numeric data) |