This documentation is archived and is not being maintained.

CancelableAsyncResult::Callback Property

Gets or sets the asynchronous callback method.

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

public:
property AsyncCallback^ Callback {
	AsyncCallback^ get ();
	void set (AsyncCallback^ value);
}

Property Value

Type: System::AsyncCallback
The asynchronous callback method.

Show: