LeaseState Enumerazione

Definizione

Indica i possibili stati di un lease di durata.

C#
[System.Serializable]
public enum LeaseState
C#
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum LeaseState
Ereditarietà
LeaseState
Attributi

Campi

Nome Valore Descrizione
Active 2

Il lease è attivo e non è scaduto.

Expired 4

Il lease è scaduto e non può essere rinnovato.

Initial 1

Il lease è stato creato ma non è ancora attivo.

Null 0

Il lease non è inizializzato.

Renewing 3

Il lease è scaduto e cerca uno sponsor.

Commenti

La CurrentState proprietà restituisce lo stato del lease per un lease.

Si applica a

Prodotto Versioni
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1