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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET