CodePackageActivationContext Class
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 the activation which contains information about a running code package in a Service Fabric application.
The GetActivationContext() and GetActivationContextAsync(TimeSpan, CancellationToken) methods can be used to get an instance of the activation context.
public class CodePackageActivationContext : IDisposable, System.Fabric.ICodePackageActivationContext3
type CodePackageActivationContext = class
interface ICodePackageActivationContext3
interface ICodePackageActivationContext2
interface ICodePackageActivationContext
interface IDisposable
Public Class CodePackageActivationContext
Implements ICodePackageActivationContext3, IDisposable
- Inheritance
-
CodePackageActivationContext
- Implements
Properties
ApplicationName | |
ApplicationTypeName | |
CodePackageName | |
CodePackageVersion | |
ContextId | |
LogDirectory | |
ServiceListenAddress | |
ServicePublishAddress | |
TempDirectory | |
WorkDirectory |