영어에서 Asynchronous operation 을 사용하는 예와 한국어로 번역
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
Handling asynchronous operations.
The task object representing the asynchronous operation.
Asynchronous operation supports only one operating mode-high-performance mode.
Peforming asynchronous operations.
Argument Gets a value that represents the argument of an asynchronous operation.
On Android, we tend to use the observer pattern with a listener interface to get the result from an asynchronous operation.
For more information about asynchronous operations, see Async Support Overview.
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.
A database mirroring session can be configured for either synchronous or asynchronous operation.
Manages asynchronous operations and handles management information and events received asynchronously.
A task that represents 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).
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.
A task that represents 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.
This event would be raised every time asynchronous operation reports a progress.
Task-based Asynchronous- 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.
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.
In the IAsyncResult pattern an asynchronous operation is implemented as two methods named BeginOperationName and EndOperationName to begin and end the asynchronous operation"OperationName".
The input stream, XmlTextReader, andXmlTextWriter 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.
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.
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.