Share via


StatelessServiceInitializationParameters Class

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Defines service initialization parameters for a stateless service.

Namespace:   System.Fabric
Assembly:  System.Fabric (in System.Fabric.dll)

Inheritance Hierarchy

System.Object
  System.Fabric.ServiceInitializationParameters
    System.Fabric.StatelessServiceInitializationParameters

Syntax

public sealed class StatelessServiceInitializationParameters : ServiceInitializationParameters

Properties

Name Description
System_CAPS_pubproperty CodePackageActivationContext

Specifies the activation context that is associated with the code package that contains the service.(Inherited from ServiceInitializationParameters.)

System_CAPS_pubproperty InitializationData

Specifies custom initialization data that is provided by the creator of the service as part of the ServiceDescription class.(Inherited from ServiceInitializationParameters.)

System_CAPS_pubproperty InstanceId

Specifies the unique identifier for the stateless service instance.

System_CAPS_pubproperty PartitionId

Specifies the unique identifier of the service partition.(Inherited from ServiceInitializationParameters.)

System_CAPS_pubproperty ServiceName

Indicates the Service Fabric name of the service.(Inherited from ServiceInitializationParameters.)

System_CAPS_pubproperty ServiceTypeName

Indicates the name of the type of the service.(Inherited from ServiceInitializationParameters.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Fabric Namespace

Return to top