DrdaConnection.SetupHostPackagesAsync 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
| SetupHostPackagesAsync(IProgress<String>, CancellationToken) | |
| SetupHostPackagesAsync(Boolean, IProgress<String>, CancellationToken) |
SetupHostPackagesAsync(IProgress<String>, CancellationToken)
public:
System::Threading::Tasks::Task ^ SetupHostPackagesAsync(IProgress<System::String ^> ^ progress, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task SetupHostPackagesAsync (IProgress<string> progress, System.Threading.CancellationToken cancellationToken);
member this.SetupHostPackagesAsync : IProgress<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- cancellationToken
- CancellationToken
Returns
Applies to
SetupHostPackagesAsync(Boolean, IProgress<String>, CancellationToken)
public:
System::Threading::Tasks::Task ^ SetupHostPackagesAsync(bool releaseCommit, IProgress<System::String ^> ^ progress, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task SetupHostPackagesAsync (bool releaseCommit, IProgress<string> progress, System.Threading.CancellationToken cancellationToken);
member this.SetupHostPackagesAsync : bool * IProgress<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- releaseCommit
- Boolean
- cancellationToken
- CancellationToken