ICodePackageActivationContext2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |