The AsyncOperationResult instances are passed as the result parameter to the AsyncCompletedHandler delegates, executed after an asynchronous operation has been completed. The Value property returns the result of the operation, and the Exception property returns an exception thrown while executing the operation (if any).
System.Object
AsyncOperationResult