SinglePageConfigurator.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.
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.