IVsTaskCompletionSource::SetResult Method (Object^)

 

Sets the task owned by this source to completed state with the result.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void SetResult(
	Object^ result
)

Parameters

result
Type: System::Object^

The result to be set.

Return to top
Show: