LeaseState Enumerazione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Indica i possibili stati di un lease di durata.
public enum class LeaseState
[System.Serializable]
public enum LeaseState
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum LeaseState
[<System.Serializable>]
type LeaseState =
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type LeaseState =
Public Enum LeaseState
- Ereditarietà
- Attributi
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. |
La CurrentState proprietà restituisce lo stato del lease per un lease.
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 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: