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.


Method Summary
 java.lang.Object getAsyncState()
           
 WaitHandle getAsyncWaitHanle()
           
 boolean getCompleteSynchronously()
           
 boolean getIsCompleted()
           
 
Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone
 

Method Detail

getAsyncState

java.lang.Object getAsyncState()

getAsyncWaitHanle

WaitHandle getAsyncWaitHanle()

getCompleteSynchronously

boolean getCompleteSynchronously()

getIsCompleted

boolean getIsCompleted()