Dela via


StatefulServiceInitializationParameters Class

Definition

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
StatefulServiceInitializationParameters

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