ICodePackageActivationContext3 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 ICodePackageActivationContext3 : IDisposable, System.Fabric.ICodePackageActivationContext2
type ICodePackageActivationContext3 = interface
interface ICodePackageActivationContext2
interface ICodePackageActivationContext
interface IDisposable
Public Interface ICodePackageActivationContext3
Implements ICodePackageActivationContext2, IDisposable
- Derived
- Implements
-
ICodePackageActivationContext2 System.IDisposable
Remarks
Includes information from the service manifest as well as information about the currently activated code package like work directory, context id etc.
Properties
ServiceListenAddress |
The address at which the service should start the communication listener. (Inherited from ICodePackageActivationContext2) |
ServicePublishAddress |
The address which the service should publish as the listen address. (Inherited from ICodePackageActivationContext2) |
Methods
GetDirectory(String) |
Retrieves the path to sub directory inside the work directory with the name "logicalDirectoryName". |