Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
QueryStatusEventArgs.cs
2{
7 {
8 private readonly string status;
9
16 : base(Query)
17 {
18 this.status = Status;
19 }
20
24 public string Status => this.status;
25 }
26}
Base class for all query-related events.
Class handling the reception of data from a query.
Definition: Query.cs:12
Event arguments for query title events.
QueryStatusEventArgs(Query Query, string Status)
Event arguments for query title events.