Share via


ICodePackageActivationContext2 Interface

Definition

Represents activation context for the Service Fabric activated service.

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

Remarks

Includes information from the service manifest as well as information about the currently activated code package like work directory, context id etc.

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