Share via


ServiceDescriptionKind Enumeration

 

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

Enumerates the kinds of service descriptions.

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

Syntax

public enum ServiceDescriptionKind

Members

Member name Description
Invalid

All Service Fabric enumerations have a reserved Invalid flag.

Stateful

Indicates a stateful service.

Stateless

Indicates a stateless service.

See Also

System.Fabric.Description Namespace

Return to top