Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ServiceProvidersEventArgs.cs
2
4{
10 where T : IServiceProvider
11 {
12 private readonly T[] providers;
13
15 : base(e)
16 {
17 this.providers = ServiceProviders;
18 }
19
23 public T[] ServiceProviders => this.providers;
24 }
25}
Event arguments for responses to IQ queries.
Interface for information about a service provider.