CodePackageActivator.ActivateCodePackageAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ActivateCodePackageAsync(IList<CodePackageActivationInformation>, IDictionary<String,String>, TimeSpan, CancellationToken)
Somente para Interno
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
Parâmetros
- cpActivationInfoList
- IList<CodePackageActivationInformation>
- environment
- IDictionary<String,String>
- timeout
- TimeSpan
- cancellationToken
- CancellationToken
Retornos
Aplica-se a
ActivateCodePackageAsync(IList<String>, IDictionary<String,String>, TimeSpan, CancellationToken)
Somente para Interno
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
Parâmetros
- environment
- IDictionary<String,String>
- timeout
- TimeSpan
- cancellationToken
- CancellationToken
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET