AsyncOperationWithProgress<T,P> Class
- java.
lang. Object - java.
util. concurrent. Future<T> - AsyncOperation<T>
- com.
microsoft. connecteddevices. AsyncOperationWithProgress<T,P>
- com.
- java.
Type Parameters
- T
- P
Type of progress information
public class AsyncOperationWithProgress<T,P> extends AsyncOperation<T>
Version of AsyncOperation that can provide progress via the Progress event.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract Event<Async |
progress()
This event is fired when there is progress towards the completion of the asynchronous operation. |
Inherited Members
Method Details
progress
public abstract Event
This event is fired when there is progress towards the completion of the asynchronous operation.
Returns: