Microsoft.R.Components.PackageManager.Implementation.ViewModel.RPackageViewModel.UninstallAsync C# (CSharp) Method

UninstallAsync() public method

public UninstallAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        public Task UninstallAsync() => _owner.UninstallAsync(this);
        public Task UpdateAsync() => _owner.UpdateAsync(this);