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