StatelessServiceInitializationParameters Class

Definition

Defines service initialization parameters for a stateless service.

public sealed class StatelessServiceInitializationParameters : System.Fabric.ServiceInitializationParameters
type StatelessServiceInitializationParameters = class
    inherit ServiceInitializationParameters
Public NotInheritable Class StatelessServiceInitializationParameters
Inherits ServiceInitializationParameters
Inheritance
StatelessServiceInitializationParameters

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)
InstanceId

Specifies the unique identifier for the stateless service instance.

PartitionId

Specifies the unique identifier of the service partition.

(Inherited from ServiceInitializationParameters)
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