Share via


ICodePackageActivationContext3 Interface

Definition

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

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 (Inherited from ICodePackageActivationContext2)
ServicePublishAddress (Inherited from ICodePackageActivationContext2)
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)
GetDirectory(String)
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