ServiceKind Enum

Definition

Specifies the service kind.

public enum ServiceKind
type ServiceKind = 
Public Enum ServiceKind
Inheritance
ServiceKind

Fields

Invalid 0

Invalid.

Stateful 2

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

Stateless 1

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

Applies to