Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
QueryEventArgs.cs
1
using
System;
2
3
namespace
Waher.Things.Queries
4
{
8
public
class
QueryEventArgs
: EventArgs
9
{
10
private
readonly
Query
query;
11
16
public
QueryEventArgs
(
Query
Query
)
17
{
18
this.query =
Query
;
19
}
20
24
public
Query
Query
=> this.query;
25
}
26
}
Waher.Things.Queries.QueryEventArgs
Base class for all query-related events.
Definition:
QueryEventArgs.cs:9
Waher.Things.Queries.QueryEventArgs.QueryEventArgs
QueryEventArgs(Query Query)
Base class for all query-related events.
Definition:
QueryEventArgs.cs:16
Waher.Things.Queries.QueryEventArgs.Query
Query Query
Query originating the event.
Definition:
QueryEventArgs.cs:24
Waher.Things.Queries.Query
Class handling the reception of data from a query.
Definition:
Query.cs:12
Waher.Things.Queries
Definition:
Column.cs:4
IoTGateway
Things
Waher.Things
Queries
QueryEventArgs.cs
Generated by
1.9.5