On Android, we tend to use the observer pattern with a listener interface to get the result from an asynchronous operation.
Android에서는 비동기 작업의 결과를 얻기 위해 리스너(listener) 인터페이스가 있는 옵저버 패턴을 사용하곤 합니다.
For more information about asynchronous operations, see Async Support Overview.
비동기 작업에 대 한 자세한 내용은 Async 지원 개요를 참조 하세요.
A database mirroring session runs with either synchronous or asynchronous operation.
데이터베이스 미러링 세션이 동기 또는 비동기 작업으로 실행됩니다.A database mirroring session runs with either synchronous or asynchronous operation.
Both compute-bound and I/O-bound asynchronous operations may be implemented as TAP methods.
컴퓨트 바운드 및 I/O 바운드 비동기 작업을 모두 TAP 메서드로 구현할 수 있습니다.
A database mirroring session can be configured for either synchronous or asynchronous operation.
데이터베이스 미러링 세션이 동기 또는 비동기 작업으로 실행됩니다.A database mirroring session runs with either synchronous or asynchronous operation.
Manages asynchronous operations and handles management information and events received asynchronously.
비동기 작업 및 핸들 관리 정보 및 비동기적으로 받은 이벤트를 관리 합니다.
A task that represents the asynchronous operation.
비동기 작업을 나타내는 Task입니다.A Task representing the asynchronous operation.
For examples the low power receiver STA 106e and other STAs may not be associatedwith an AP and their interaction with each other is based on events and temporary proximity(e.g., asynchronous operation).
예를 들어, STA(106e) 및 다른 STA들은 AP와 어소시에이팅되지 않을 수 있고,서로와의 이들의 상호 작용은 이벤트들 및 일시적인 근접성(예를 들어, 비동기식 동작)에 기초한다.
Represents the status of an asynchronous operation.
비동기 작업의 상태를 나타냅니다. Represents the status of an asynchronous operation.
In this pattern an asynchronous operation is implemented as two methods named BeginOperationName and EndOperationName, which begin and end the asynchronous operation.
IAsyncResult 디자인 패턴을 사용하는 비동기 작업은 각각 비동기 작업 OperationName을 시작하고 종료하는 BeginOperationName 및 EndOperationName이라는 두 개의 메서드로 구현됩니다.
A task that represents the asynchronous operation.
비동기 작업(operation)을 나타내는 작업(task)입니다.A task representing the asynchronous operation.
Concurrency and asynchronous operations This topic shows the ways in which you can both create and consume Windows Runtime asynchronous objects with C++/WinRT.
이 항목에서는 C++/WinRT를 통해 Windows 런타임 비동기 개체를 만들고 사용하는 방법을 보여 줍니다. This topic shows the ways in which you can both create and consume Windows Runtime asynchronous objects with C++/WinRT.
This event would be raised every time asynchronous operation reports a progress.
이 이벤트는 비동기 다운로드 진행 될 때마다 발생 합니다. This event is raised each time an asynchronous download makes progress.
Task-based Asynchronous- Which uses a single method to represent the initiation and completion of an asynchronous operation.
단일 메서드를 사용하여 비동기 작업 시작과 완료를 나타내는 TAP(작업 기반 비동기 패턴). Task-based Asynchronous Pattern (TAP), which uses a single method to represent the initiation and completion of an asynchronous operation.
All methods that performed asynchronous operations previously used a Response listener call back model.
비동기 조작을 수행한 모든 메소드에서는 이전에 응답 리스너 콜백 모델을 사용했습니다.
Cancel Gets or sets a value that indicates whether the asynchronous operation has been canceled.
비동기 작업이 취소되었는지 여부를 나타내는 값을 가져옵니다. Gets a value indicating whether an asynchronous operation has been canceled.
In this pattern an asynchronous operation is implemented as two methods named BeginOperationName and EndOperationName, which begin and end the asynchronous operation.
이 패턴에서 비동기 작업은 비동기 작업을 시작 하 고 종료 하는 Beginoperationname 및 EndOperationName라는 두 개의 메서드로 구현 됩니다. In this pattern, an asynchronous operation is implemented as two methods named BeginOperationName and EndOperationName, which begin and end the asynchronous operation.
Cancelled: Boolean property that provides information whether an asynchronous operation has been canceled.
비동기 작업이 취소되었는지 여부를 나타내는 값을 가져옵니다. Gets a value indicating whether an asynchronous operation has been canceled.
In the IAsyncResult pattern an asynchronous operation is implemented as two methods named BeginOperationName and EndOperationName to begin and end the asynchronous operation"OperationName".
IAsyncResult 디자인 패턴을 사용하는 비동기 작업은 각각 비동기 작업 OperationName을 시작하고 종료하는 BeginOperationName 및 EndOperationName이라는 두 개의 메서드로 구현됩니다. An asynchronous operation that uses the IAsyncResult design pattern is implemented as two methods named BeginOperationName and EndOperationName that begin and end the asynchronous operation OperationName respectively.
The input stream, XmlTextReader, andXmlTextWriter should support asynchronous operations as well.
입력된 스트림에 XmlTextReader, 및 XmlTextWriter 비동기 작업에도 지원 해야 합니다. The input stream, XmlTextReader,and XmlTextWriter should support asynchronous operations as well.
Language-based asynchrony support hides callbacks by allowing asynchronous operations to be awaited within normal control flow, with compiler-generated code targeting this same API-level support.
언어 기반 비동기 지원은 정상적인 제어 흐름 내에서 비동기 작업이 대기할 수 있도록 함으로써 콜백 숨김을 지원하고, 컴파일러에서 생성된 코드는 이와 동일한 API 수준 지원을 제공합니다.
The Task Parallel Library(TPL) can simplify the process of consuming an APM begin/end method pair by encapsulating the asynchronous operations in the same Task object.
TPL (작업 병렬 라이브러리)은 동일한 Task 개체에 비동기 작업을 캡슐화 하 여 APM begin/end 메서드 쌍을 사용 하는 프로세스를 간소화할 수 있습니다. The Task Parallel Library (TPL) can simplify the process of consuming an APM begin / end method pair by encapsulating the asynchronous operations in the same Task object.
Task Parallel Library(TPL) Provides documentation for the System. Threading. Tasks. Parallel class, which includes parallel versions of For and ForEach loops, and also for the System. Threading. Tasks.Task class, which represents the preferred way to express asynchronous operations.
TPL(작업 병렬 라이브러리)Task Parallel Library (TPL) System. Threading. Tasks. Parallel 및 For 루프의 병렬 버전을 포함하는 ForEach 클래스 및 비동기 작업에 대한 선호되는 표현 방식을 나타내는 System. Threading. Tasks. Task 클래스의 설명서를 제공합니다. Provides documentation for the System. Threading. Tasks. Parallel class, which includes parallel versions of For and ForEach loops, and also for the System. Threading. Tasks. Task class,which represents the preferred way to express asynchronous operations.
After BeginOperationName has been called, an application can continue executing operations on the calling thread, and asynchronous operation will be run in a new thread.
BeginOperationName을 호출한 후에는 비동기 작업이 다른 스레드에서 발생되는 동안 애플리케이션에서 호출 스레드에 대한 명령을 계속 실행할 수 있습니다. After calling BeginOperationName, an application can continue executing instructions on the calling thread while the asynchronous operation takes place on a different thread.
Results: 63,
Time: 0.0455
How to use "asynchronous operation" in an English sentence
The Stream this asynchronous operation is using.
Finishes the asynchronous operation started with fileEnumeratorNextFilesAsync.
Asynchronous operation successfully initiated but failed later.
Future: An asynchronous operation that produces a value.
WCL_E_WIFI_WAIT_ASYNC_OPERATION_FAILED Unable to get asynchronous operation information interface.
suspend action execution for asynchronous operation to complete.
And finally the request asynchronous operation is complete.
Represents an asynchronous operation that can be canceled.
Are asynchronous operation for retrieving data from elsewhere.
한국어
عربى
Български
বাংলা
Český
Dansk
Deutsch
Ελληνικά
Español
Suomi
Français
עִברִית
हिंदी
Hrvatski
Magyar
Bahasa indonesia
Italiano
日本語
Қазақ
മലയാളം
मराठी
Bahasa malay
Nederlands
Norsk
Polski
Português
Română
Русский
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Tagalog
Turkce
Українська
اردو
Tiếng việt
中文