ServiceTypeDescription.IsStateful Property

Definition

Indicates whether the service is stateful.

protected internal bool IsStateful { get; }
member this.IsStateful : bool
Protected Friend ReadOnly Property IsStateful As Boolean

Property Value

Flag indicating whether the service is stateful.

Remarks

Exposed by REST API and native code.

Applies to