Show / Hide Table of Contents

Class Expiration

Expiration details that indicate whether a given package is out of date.

Inheritance
Object
Expiration
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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

TargetVersions
.NET Standard 2.0100.5 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.5 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.5 - 100.14
Xamarin.iOS100.5 - 100.14
UWP100.5 - 100.14
In This Article
Back to top Copyright © 2021 Esri.