StatefulServiceInitializationParameters 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.
Defines service initialization parameters for a stateful service.
public sealed class StatefulServiceInitializationParameters : System.Fabric.ServiceInitializationParameters
type StatefulServiceInitializationParameters = class
inherit ServiceInitializationParameters
Public NotInheritable Class StatefulServiceInitializationParameters
Inherits ServiceInitializationParameters
- Inheritance
Properties
CodePackageActivationContext |
Specifies the activation context that is associated with the code package that contains the service. (Inherited from ServiceInitializationParameters) |
InitializationData |
Specifies custom initialization data that is provided by the creator of the service as part of the ServiceDescription class. (Inherited from ServiceInitializationParameters) |
PartitionId |
Specifies the unique identifier of the service partition. (Inherited from ServiceInitializationParameters) |
ReplicaId |
Specifies the unique identifier for the stateful service replica. |
ServiceName |
Indicates the Service Fabric name of the service. (Inherited from ServiceInitializationParameters) |
ServiceTypeName |
Indicates the name of the type of the service. (Inherited from ServiceInitializationParameters) |
Applies to
Azure SDK for .NET