Subject | English | Korean |
comp., MS | DirectX Immediate Mode | DirectX 직접 실행 모드 (A rendering API in which client calls directly cause rendering of graphics objects to the display) |
comp., MS | immediate query | 즉시 실행 쿼리 (A LINQ query that is evaluated immediately. Any query that returns a single value, as opposed to a sequence of values, or that is terminated by a call to ToList, ToArray, ToDictionary, or ToLookup) |
comp., MS | immediate updating subscription | 즉시 업데이트 구독 (A subscription to a transactional publication for which the user is able to make data modifications at the Subscriber. The data modifications are then immediately propagated to the Publisher using the two-phase commit protocol (2PC)) |