IAsyncResult::AsyncState Property
Silverlight
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::ObjectA user-defined object that qualifies or contains information about an asynchronous operation.
This property returns the object that is the last parameter of the method that initiates an asynchronous operation.
Notes to ImplementersImplement this property to allow the caller of an asynchronous operation to obtain an application-defined object that is specified at the start of the operation.
Notes to CallersThis object can be used to pass state information for the asynchronous operation to an AsyncCallback that you provide.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: