microsoft.exchange.webservices.data.misc
Interface IAsyncResult

All Superinterfaces:
Future<Object>
All Known Implementing Classes:
AsyncRequestResult

public interface IAsyncResult
extends Future<Object>

Represents the stauts of Asynchronous operation.


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

Method Detail

getAsyncState

Object getAsyncState()

getAsyncWaitHanle

WaitHandle getAsyncWaitHanle()

getCompleteSynchronously

boolean getCompleteSynchronously()

getIsCompleted

boolean getIsCompleted()


Copyright © 2012–2015 Microsoft. All rights reserved.