StatefulServiceTypeDescription.HasPersistedState Property

Definition

Gets or sets a flag indicating whether this is a persistent service which stores states on the local disk.

public bool HasPersistedState { get; set; }
member this.HasPersistedState : bool with get, set
Public Property HasPersistedState As Boolean

Property Value

A flag indicating whether this is a persistent service which stores states on the local disk.

Applies to