ConnectedServiceWizard.GetFinishedServiceInstanceAsync Method

Definition

The method that is invoked when the user clicks the Finish button. This method will return a service instance that is passed to the ConnectedServiceHandler.

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

Returns

Returns a Task<TResult> of type ConnectedServiceInstance.

Applies to