ConnectedServiceUILess.GetFinishedServiceInstanceAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.