ServiceKind Enum

Definition

Specifies the service kind.

C#
public enum ServiceKind
Inheritance
ServiceKind

Fields

Name Value Description
Invalid 0

Invalid.

Stateless 1

Does not use Service Fabric to make its state highly available or reliable.

Stateful 2

Uses Service Fabric to make its state or part of its state highly available and reliable.

Applies to

Product Versions
Azure SDK for .NET Legacy, Latest