Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ProcessorEventArgs.cs
1
using
System
;
2
3
namespace
Waher.Runtime.Queue
4
{
8
public
class
ProcessorEventArgs
: EventArgs
9
{
14
public
ProcessorEventArgs
(
int
ProcessorIndex
)
15
: base()
16
{
17
this.ProcessorIndex =
ProcessorIndex
;
18
}
19
23
public
int
ProcessorIndex
{
get
; }
24
}
25
}
Waher.Runtime.Queue.ProcessorEventArgs
Event arguments for processor events.
Definition:
ProcessorEventArgs.cs:9
Waher.Runtime.Queue.ProcessorEventArgs.ProcessorIndex
int ProcessorIndex
Zero-based processor index.
Definition:
ProcessorEventArgs.cs:23
Waher.Runtime.Queue.ProcessorEventArgs.ProcessorEventArgs
ProcessorEventArgs(int ProcessorIndex)
Event arguments for processor events.
Definition:
ProcessorEventArgs.cs:14
System
Definition:
Adapters.g.cs:58
Waher.Runtime.Queue
Definition:
AsyncProcessor.cs:8
IoTGateway
Runtime
Waher.Runtime.Queue
ProcessorEventArgs.cs
Generated by
1.9.5