Show / Hide Table of Contents

Class SyncProblemNotification

Indicates an error occurred while syncing. These often resolve themselves, but may delay data refresh. The Priority is Problem.

Inheritance
Object
Notification
SyncProblemNotification
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 SyncProblemNotification : Notification, IEquatable<Notification>

Constructors

SyncProblemNotification(String, String)

Declaration
public SyncProblemNotification([NotNull] string urn, [NotNull] string message)
Parameters
Type Name Description
String urn
String message

Implements

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