ConnectedServiceUILess.GetFinishedServiceInstanceAsync Method

Definition

The method that is invoked to retrieve the ConnectedServiceInstance that should be configured in the project. 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