StatelessServiceTypeDescription 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.
Describes the type of stateless service.
public sealed class StatelessServiceTypeDescription : System.Fabric.Description.ServiceTypeDescription
type StatelessServiceTypeDescription = class
inherit ServiceTypeDescription
Public NotInheritable Class StatelessServiceTypeDescription
Inherits ServiceTypeDescription
- Inheritance
Constructors
StatelessServiceTypeDescription() |
Creates and initializes an instance of the StatelessServiceTypeDescription object. |
Properties
Extensions |
Gets the extensions for the service type. (Inherited from ServiceTypeDescription) |
Extensions_ |
INTERNAL USE ONLY. Wrapper of property "Extensions". Needed for serialization. (Inherited from ServiceTypeDescription) |
IsStateful |
Indicates whether the service is stateful. (Inherited from ServiceTypeDescription) |
LoadMetrics |
Gets the type of load metric is reported by the service. (Inherited from ServiceTypeDescription) |
PlacementConstraints |
Gets or sets the constraint to be used when instantiating this service in a Service Fabric cluster. (Inherited from ServiceTypeDescription) |
Policies |
Gets the policies of the service type. (Inherited from ServiceTypeDescription) |
ServiceTypeKind |
Gets or sets the kind of service type. (Inherited from ServiceTypeDescription) |
ServiceTypeName |
Gets or sets the name of the service type. (Inherited from ServiceTypeDescription) |
UseImplicitHost |
Specifies that the service does not implement Service Fabric interfaces. Service Fabric should start the specified executables (EXEs). |
Methods
ReadCommonProperties(IntPtr, IntPtr, IntPtr, IntPtr) |
Reads the properties of the service type. (Inherited from ServiceTypeDescription) |