Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CollectionEventArgs.cs
1
using
System;
2
using
System.Threading.Tasks;
3
4
namespace
Waher.Persistence
5
{
11
public
delegate Task
CollectionEventHandler
(
object
Sender,
CollectionEventArgs
e);
12
16
public
class
CollectionEventArgs
: EventArgs
17
{
18
private
readonly
string
collection;
19
24
public
CollectionEventArgs
(
string
Collection
)
25
{
26
this.collection =
Collection
;
27
}
28
32
public
string
Collection
=> this.collection;
33
}
34
}
Waher.Persistence.CollectionEventArgs
Event arguments for collection events.
Definition:
CollectionEventArgs.cs:17
Waher.Persistence.CollectionEventArgs.Collection
string Collection
Collection
Definition:
CollectionEventArgs.cs:32
Waher.Persistence.CollectionEventArgs.CollectionEventArgs
CollectionEventArgs(string Collection)
Event arguments for collection events.
Definition:
CollectionEventArgs.cs:24
Waher.Persistence
Definition:
Bookmark.cs:4
Waher.Persistence.CollectionEventHandler
delegate Task CollectionEventHandler(object Sender, CollectionEventArgs e)
Event handler for collection events.
IoTGateway
Persistence
Waher.Persistence
CollectionEventArgs.cs
Generated by
1.9.5