你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ICodePackageActivationContext2 Interface

Definition

public interface ICodePackageActivationContext2 : IDisposable, System.Fabric.ICodePackageActivationContext
type ICodePackageActivationContext2 = interface
    interface ICodePackageActivationContext
    interface IDisposable
Public Interface ICodePackageActivationContext2
Implements ICodePackageActivationContext, IDisposable
Derived
Implements
ICodePackageActivationContext System.IDisposable

Properties

ApplicationName (Inherited from ICodePackageActivationContext)
ApplicationTypeName (Inherited from ICodePackageActivationContext)
CodePackageName (Inherited from ICodePackageActivationContext)
CodePackageVersion (Inherited from ICodePackageActivationContext)
ContextId (Inherited from ICodePackageActivationContext)
LogDirectory (Inherited from ICodePackageActivationContext)
ServiceListenAddress
ServicePublishAddress
TempDirectory (Inherited from ICodePackageActivationContext)
WorkDirectory (Inherited from ICodePackageActivationContext)

Methods

GetApplicationPrincipals() (Inherited from ICodePackageActivationContext)
GetCodePackageNames() (Inherited from ICodePackageActivationContext)
GetCodePackageObject(String) (Inherited from ICodePackageActivationContext)
GetConfigurationPackageNames() (Inherited from ICodePackageActivationContext)
GetConfigurationPackageObject(String) (Inherited from ICodePackageActivationContext)
GetDataPackageNames() (Inherited from ICodePackageActivationContext)
GetDataPackageObject(String) (Inherited from ICodePackageActivationContext)
GetEndpoint(String) (Inherited from ICodePackageActivationContext)
GetEndpoints() (Inherited from ICodePackageActivationContext)
GetServiceGroupTypes() (Inherited from ICodePackageActivationContext)
GetServiceManifestName() (Inherited from ICodePackageActivationContext)
GetServiceManifestVersion() (Inherited from ICodePackageActivationContext)
GetServiceTypes() (Inherited from ICodePackageActivationContext)
ReportApplicationHealth(HealthInformation, HealthReportSendOptions) (Inherited from ICodePackageActivationContext)
ReportApplicationHealth(HealthInformation) (Inherited from ICodePackageActivationContext)
ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions) (Inherited from ICodePackageActivationContext)
ReportDeployedApplicationHealth(HealthInformation) (Inherited from ICodePackageActivationContext)
ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions) (Inherited from ICodePackageActivationContext)
ReportDeployedServicePackageHealth(HealthInformation) (Inherited from ICodePackageActivationContext)

Events

CodePackageAddedEvent (Inherited from ICodePackageActivationContext)
CodePackageModifiedEvent (Inherited from ICodePackageActivationContext)
CodePackageRemovedEvent (Inherited from ICodePackageActivationContext)
ConfigurationPackageAddedEvent (Inherited from ICodePackageActivationContext)
ConfigurationPackageModifiedEvent (Inherited from ICodePackageActivationContext)
ConfigurationPackageRemovedEvent (Inherited from ICodePackageActivationContext)
DataPackageAddedEvent (Inherited from ICodePackageActivationContext)
DataPackageModifiedEvent (Inherited from ICodePackageActivationContext)
DataPackageRemovedEvent (Inherited from ICodePackageActivationContext)

Applies to