Class Expiration
Expiration details that indicate whether a given package is out of date.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class Expiration
Remarks
Expiration details can indicate that the package in question:
- Is still valid.
- Has expired and should be used with caution. (AllowExpiredAccess)
- Has expired and can no longer be used (PreventExpiredAccess).
Properties
Name | Description |
---|---|
DateTime | Gets the date and time when the package will expire. |
IsExpired | Gets a value indicating whether the current package has expired. |
Message | Gets an accompanying message which provides contextual information when the package has expired. |
Type | Gets the type of expiration for the given package. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.5 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 100.15 |