DebugLaunchActionContext.LaunchDebugTargetAsync 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.
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