Aracılığıyla paylaş


CodePackageActivator.DeactivateCodePackageAsync Method

Definition

For Internal only

public System.Threading.Tasks.Task DeactivateCodePackageAsync (System.Collections.Generic.IList<string> codePackageNames, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.DeactivateCodePackageAsync : System.Collections.Generic.IList<string> * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeactivateCodePackageAsync (codePackageNames As IList(Of String), timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

codePackageNames
IList<String>
timeout
TimeSpan
cancellationToken
CancellationToken

Returns

Applies to