MsIfmxConnection.SetupHostPackages 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.
Overloads
| SetupHostPackages(IProgress<String>) | |
| SetupHostPackages(Boolean, IProgress<String>) |
SetupHostPackages(IProgress<String>)
public:
void SetupHostPackages(IProgress<System::String ^> ^ progress);
public void SetupHostPackages (IProgress<string> progress);
member this.SetupHostPackages : IProgress<string> -> unit
Public Sub SetupHostPackages (progress As IProgress(Of String))
Parameters
Applies to
SetupHostPackages(Boolean, IProgress<String>)
public:
void SetupHostPackages(bool releaseCommit, IProgress<System::String ^> ^ progress);
public void SetupHostPackages (bool releaseCommit, IProgress<string> progress);
member this.SetupHostPackages : bool * IProgress<string> -> unit
Public Sub SetupHostPackages (releaseCommit As Boolean, progress As IProgress(Of String))
Parameters
- releaseCommit
- Boolean