次の方法で共有


CodePackageActivator.DeactivateCodePackageAsync メソッド

定義

内部のみ

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

パラメーター

codePackageNames
IList<String>
timeout
TimeSpan
cancellationToken
CancellationToken

戻り値

適用対象