Share via


DebugLaunchActionContext.LaunchDebugTargetAsync Method

Definition

Launch the target using the provider being initialized asynchronously

public System.Threading.Tasks.Task LaunchDebugTargetAsync (Microsoft.VisualStudio.Workspace.IWorkspace workspaceContext, IServiceProvider serviceProvider, System.Threading.CancellationToken cancellationToken);
member this.LaunchDebugTargetAsync : Microsoft.VisualStudio.Workspace.IWorkspace * IServiceProvider * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function LaunchDebugTargetAsync (workspaceContext As IWorkspace, serviceProvider As IServiceProvider, cancellationToken As CancellationToken) As Task

Parameters

workspaceContext
IWorkspace

Workspace context

serviceProvider
IServiceProvider

The service provider

cancellationToken
CancellationToken

Cancellation token

Returns

A task representing the asynchronous operation

Applies to