System.IAsyncResult.AsyncState Property

Gets a user-defined object that qualifies or contains information about an asynchronous operation.

Syntax

public object AsyncState { get; }

Value

The supplied object.

Remarks

This property returns the object that is the last parameter of the method that initiates an asynchronous operation.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0