ICodePackageActivationContext.GetCodePackageObject(String) Method

Definition

Returns the CodePackage object from Service Package that matches the desired package name.

public System.Fabric.CodePackage GetCodePackageObject (string packageName);
abstract member GetCodePackageObject : string -> System.Fabric.CodePackage
Public Function GetCodePackageObject (packageName As String) As CodePackage

Parameters

packageName
String

The name of the code package.

Returns

The CodePackage object from Service Package that matches the desired package name.

Remarks

Throws KeyNotFoundException exception if the package is not found.

Applies to