ExtendedWeakReference.PriorityLevel Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines a set of constants available for prioritizing extended weak references.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public Enumeration PriorityLevel
public enum PriorityLevel
public enum class PriorityLevel
type PriorityLevel
public enum PriorityLevel

Members

Member name Description
OkayToThrowAway Data that can be safely thrown away.
NiceToHave Data that is nice to have, but not critical.
Important Data that is important, but not critical.
Critical Critical data.
System System data that is mandatory for basic operation.

See Also

Reference

Microsoft.SPOT Namespace