Class SyncProblemNotification
Indicates an error occurred while syncing. These often resolve themselves, but may delay data refresh. The Priority is Problem.
Implements
Inherited Members
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 |