References.AddPackage(String, Action<String>) 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.
public System.Threading.Tasks.Task AddPackage (string name, Action<string>? statusCallback = default);
abstract member AddPackage : string * Action<string> -> System.Threading.Tasks.Task
override this.AddPackage : string * Action<string> -> System.Threading.Tasks.Task
Public Function AddPackage (name As String, Optional statusCallback As Action(Of String) = Nothing) As Task
Parameters
- name
- String