Share via


ConnectedServiceSinglePage.GetFinishedServiceInstanceAsync Method

Definition

The method that is invoked when the user gestures that they are finished configuring the service and want their project updated. This method will return a “finished” service instance that will be passed off to the Handler.

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

A Task that returns the completed ConnectedServiceInstance.

Applies to