Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
GeoObjectSubscriptionEventArgs.cs
1
using
Waher.Networking.XMPP.Events
;
2
3
namespace
Waher.Networking.XMPP.Geo
4
{
8
public
class
GeoObjectSubscriptionEventArgs
:
MessageEventArgs
9
{
16
public
GeoObjectSubscriptionEventArgs
(
MessageEventArgs
e,
string
SubscriptionId
,
GeoObjectReference
Reference
)
17
: base(e)
18
{
19
this.SubscriptionId =
SubscriptionId
;
20
this.Reference =
Reference
;
21
}
22
26
public
string
SubscriptionId
{
get
; }
27
31
public
GeoObjectReference
Reference
{
get
; }
32
}
33
}
Waher.Networking.XMPP.Events.MessageEventArgs
Event arguments for message events.
Definition:
MessageEventArgs.cs:12
Waher.Networking.XMPP.Geo.GeoObjectReference
Represents a reference to a geo-spatial object.
Definition:
GeoObjectReference.cs:11
Waher.Networking.XMPP.Geo.GeoObjectSubscriptionEventArgs
Event arguments for events related to Geo-spatial objects.
Definition:
GeoObjectSubscriptionEventArgs.cs:9
Waher.Networking.XMPP.Geo.GeoObjectSubscriptionEventArgs.Reference
GeoObjectReference Reference
Reference to geo-spatial object.
Definition:
GeoObjectSubscriptionEventArgs.cs:31
Waher.Networking.XMPP.Geo.GeoObjectSubscriptionEventArgs.SubscriptionId
string SubscriptionId
Geo-spatial subscription identifier.
Definition:
GeoObjectSubscriptionEventArgs.cs:26
Waher.Networking.XMPP.Geo.GeoObjectSubscriptionEventArgs.GeoObjectSubscriptionEventArgs
GeoObjectSubscriptionEventArgs(MessageEventArgs e, string SubscriptionId, GeoObjectReference Reference)
Event arguments for events related to Geo-spatial objects.
Definition:
GeoObjectSubscriptionEventArgs.cs:16
Waher.Networking.XMPP.Events
Definition:
AuthorityEventArgs.cs:4
Waher.Networking.XMPP.Geo
Definition:
GeoClient.cs:12
IoTGateway
Networking
Waher.Networking.XMPP.Geo
GeoObjectSubscriptionEventArgs.cs
Generated by
1.9.5