Share via


SinglePageConfigurator.GetFinishedServiceInstanceAsync Method

Definition

Gets the Connected Service Instance that is selected by the user

public:
 abstract System::Threading::Tasks::Task<Microsoft::VisualStudio::ConnectedServices::ConnectedServiceInstance ^> ^ GetFinishedServiceInstanceAsync(System::Threading::CancellationToken cancellationToken);
public abstract System.Threading.Tasks.Task<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceInstance> GetFinishedServiceInstanceAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetFinishedServiceInstanceAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceInstance>
Public MustOverride Function GetFinishedServiceInstanceAsync (cancellationToken As CancellationToken) As Task(Of ConnectedServiceInstance)

Parameters

cancellationToken
CancellationToken

Returns

A task that returns a ConnectedServiceInstance when it completes. If the task is faulted, the exception will be recorded in the VS activity log.

Applies to