microsoft.exchange.webservices.data
Interface IAsyncResult
- All Superinterfaces:
- java.util.concurrent.Future
- All Known Implementing Classes:
- AsyncRequestResult
public interface IAsyncResult
- extends java.util.concurrent.Future
Represents the stauts of Asynchronous operation.
Methods inherited from interface java.util.concurrent.Future |
cancel, get, get, isCancelled, isDone |
getAsyncState
java.lang.Object getAsyncState()
getAsyncWaitHanle
WaitHandle getAsyncWaitHanle()
getCompleteSynchronously
boolean getCompleteSynchronously()
getIsCompleted
boolean getIsCompleted()