Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
GeoObjectSubscriptionEventArgs.cs
2
4{
9 {
17 : base(e)
18 {
19 this.SubscriptionId = SubscriptionId;
20 this.Reference = Reference;
21 }
22
26 public string SubscriptionId { get; }
27
32 }
33}
Event arguments for message events.
Represents a reference to a geo-spatial object.
Event arguments for events related to Geo-spatial objects.
GeoObjectReference Reference
Reference to geo-spatial object.
GeoObjectSubscriptionEventArgs(MessageEventArgs e, string SubscriptionId, GeoObjectReference Reference)
Event arguments for events related to Geo-spatial objects.