Show / Hide Table of Contents

Class UpgradeStateNotification

Inheritance
Object
Notification
UpgradeStateNotification
Implements
IEquatable<Notification>
Inherited Members
Notification.Urn
Notification.Message
Notification.Priority
Notification.Action1
Notification.Action2
Notification.Equals(Notification)
Notification.Equals(Object)
Notification.GetHashCode()
Notification.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: PKWARE.Smartcrypt.MetaClient
Assembly: MetaClient.dll
Syntax
public sealed class UpgradeStateNotification : Notification, IEquatable<Notification>

Constructors

UpgradeStateNotification(String, String, NotificationPriority)

Declaration
public UpgradeStateNotification([NotNull] string urn, [NotNull] string message, NotificationPriority priority = NotificationPriority.Problem)
Parameters
Type Name Description
String urn
String message
NotificationPriority priority

Implements

System.IEquatable<T>
Back to top Copyright © 2018 PKWARE, Inc.