Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SynchronizationMessage.cs
1using System;
4
6{
10 [CollectionName("SynchronizationMessages")]
11 [TypeName(TypeNameSerialization.None)]
13 {
18 {
19 }
20
24 [ObjectId]
25 public string ObjectId { get; set; }
26
30 public CaseInsensitiveString Sender { get; set; }
31
35 public CaseInsensitiveString Recipient { get; set; }
36
41
45 public string Xml { get; set; }
46
50 public DateTime Created { get; set; }
51
55 public DateTime NextAttempt { get; set; }
56
60 public int NrAttempts { get; set; }
61 }
62}
Represents a case-insensitive string.
Stores information about a synchronization message that must be delivered to a component on another b...
SynchronizationMessage()
Stores information about a synchronization message that must be delivered to a component on another b...
TypeNameSerialization
How the type name should be serialized.