This documentation is archived and is not being maintained.

CancelableAsyncResult::AsyncState Property

Gets the state of the asynchronous call.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
virtual property Object^ AsyncState {
	Object^ get () sealed;
}

Property Value

Type: System::Object
The state of the asynchronous call.

Implements

IAsyncResult::AsyncState

Show: