CodePackageActivator.ActivateCodePackageAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ActivateCodePackageAsync(IList<CodePackageActivationInformation>, IDictionary<String,String>, TimeSpan, CancellationToken)
Nur für "Intern"
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
Parameter
- cpActivationInfoList
- IList<CodePackageActivationInformation>
- environment
- IDictionary<String,String>
- timeout
- TimeSpan
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
ActivateCodePackageAsync(IList<String>, IDictionary<String,String>, TimeSpan, CancellationToken)
Nur für "Intern"
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
Parameter
- environment
- IDictionary<String,String>
- timeout
- TimeSpan
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET