IVsSccPublish.BeginPublishWorkflowAsync(CancellationToken) Method

Definition

Initiates a workflow to enable publishing of a local repository to a remote server.

public:
 System::Threading::Tasks::Task ^ BeginPublishWorkflowAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task BeginPublishWorkflowAsync (System.Threading.CancellationToken cancellationToken);
abstract member BeginPublishWorkflowAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function BeginPublishWorkflowAsync (cancellationToken As CancellationToken) As Task

Parameters

cancellationToken
CancellationToken

A cancellation token.

Returns

A task that completes when the event has been handled. If the task is faulted, the exception will be recorded in the VS activity log.

Applies to