BulkFileOperation.EndAsync Method

Definition

Completes bulk file operation. Makes necessary decisions on what to reload (project/solution/nothing). Does all hands-on logic and adds files/folders on track. This method is not cancellable, because otherwise system will be in unknown state:

  • some files were handed-on, some not;
  • if projects/solution file were updated, and solution were not reloaded, which is the bad UX experience.
public:
 System::Threading::Tasks::Task ^ EndAsync();
public System.Threading.Tasks.Task EndAsync ();
member this.EndAsync : unit -> System.Threading.Tasks.Task
Public Function EndAsync () As Task

Returns

Applies to