CodePackageActivator.ActivateCodePackageAsync 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
ActivateCodePackageAsync(IList<CodePackageActivationInformation>, IDictionary<String,String>, TimeSpan, CancellationToken)
For Internal only
public System.Threading.Tasks.Task ActivateCodePackageAsync(System.Collections.Generic.IList<System.Fabric.CodePackageActivationInformation> cpActivationInfoList, System.Collections.Generic.IDictionary<string,string> environment, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.ActivateCodePackageAsync : System.Collections.Generic.IList<System.Fabric.CodePackageActivationInformation> * System.Collections.Generic.IDictionary<string, string> * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ActivateCodePackageAsync (cpActivationInfoList As IList(Of CodePackageActivationInformation), environment As IDictionary(Of String, String), timeout As TimeSpan, cancellationToken As CancellationToken) As Task
Parameters
- cpActivationInfoList
- IList<CodePackageActivationInformation>
- environment
- IDictionary<String,String>
- timeout
- TimeSpan
- cancellationToken
- CancellationToken
Returns
Applies to
ActivateCodePackageAsync(IList<String>, IDictionary<String,String>, TimeSpan, CancellationToken)
For Internal only
public System.Threading.Tasks.Task ActivateCodePackageAsync(System.Collections.Generic.IList<string> codePackageNames, System.Collections.Generic.IDictionary<string,string> environment, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.ActivateCodePackageAsync : System.Collections.Generic.IList<string> * System.Collections.Generic.IDictionary<string, string> * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ActivateCodePackageAsync (codePackageNames As IList(Of String), environment As IDictionary(Of String, String), timeout As TimeSpan, cancellationToken As CancellationToken) As Task
Parameters
- environment
- IDictionary<String,String>
- timeout
- TimeSpan
- cancellationToken
- CancellationToken
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET