Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 4
AsyncResult Class
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
.NET Framework Class Library
AsyncResult Properties

The AsyncResult type exposes the following members.

  NameDescription
Public propertyAsyncDelegateGets the delegate object on which the asynchronous call was invoked.
Public propertyAsyncStateGets the object provided as the last parameter of a BeginInvoke method call.
Public propertyAsyncWaitHandleGets a WaitHandle that encapsulates Win32 synchronization handles, and allows the implementation of various synchronization schemes.
Public propertyCompletedSynchronouslyGets a value indicating whether the BeginInvoke call completed synchronously.
Public propertyEndInvokeCalledGets or sets a value indicating whether EndInvoke has been called on the current AsyncResult.
Public propertyIsCompletedGets a value indicating whether the server has completed the call.
Public propertyNextSinkGets the next message sink in the sink chain.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker