Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
OutgoingEvent.cs
1
using
Waher.Persistence.Attributes
;
2
3
namespace
Waher.Networking.XMPP.NeuroLedger.PepEvents
4
{
8
[TypeName(
TypeNameSerialization
.LocalName)]
9
[CollectionName(
"OutgoingPEP"
)]
10
[NoBackup(
"PEP Events might have been sent after backup and before restoration. By excluding such messages from backups, offline messages are not at risk of being sent multiple times."
)]
11
public
class
OutgoingEvent
12
{
13
private
string
objectId;
14
private
NeuroLedgerPepEvent
e;
15
19
public
OutgoingEvent
()
20
{
21
}
22
26
[
ObjectId
]
27
public
string
ObjectId
28
{
29
get
=> this.objectId;
30
set
=> this.objectId = value;
31
}
32
36
[DefaultValueNull]
37
public
NeuroLedgerPepEvent
Event
38
{
39
get
=> this.e;
40
set
=> this.e = value;
41
}
42
}
43
}
Waher.Networking.XMPP.NeuroLedger.PepEvents.NeuroLedgerPepEvent
Abstract base class for Neuro-Ledger PEP events.
Definition:
NeuroLedgerPepEvent.cs:13
Waher.Networking.XMPP.NeuroLedger.PepEvents.OutgoingEvent
Outgoing event, waiting to be sent.
Definition:
OutgoingEvent.cs:12
Waher.Networking.XMPP.NeuroLedger.PepEvents.OutgoingEvent.Event
NeuroLedgerPepEvent Event
Queued event object.
Definition:
OutgoingEvent.cs:38
Waher.Networking.XMPP.NeuroLedger.PepEvents.OutgoingEvent.ObjectId
string ObjectId
Object ID
Definition:
OutgoingEvent.cs:28
Waher.Networking.XMPP.NeuroLedger.PepEvents.OutgoingEvent.OutgoingEvent
OutgoingEvent()
Outgoing event, waiting to be sent.
Definition:
OutgoingEvent.cs:19
Waher.Networking.XMPP.NeuroLedger.PepEvents
Definition:
BlockAdded.cs:9
Waher.Persistence.Attributes
Definition:
ArchivingTimeAttribute.cs:4
Waher.Persistence.Attributes.TypeNameSerialization
TypeNameSerialization
How the type name should be serialized.
Definition:
TypeNameAttribute.cs:9
Neuro-Ledger
Waher.Networking.XMPP.NeuroLedger
PepEvents
OutgoingEvent.cs
Generated by
1.9.5