DpwsWseEventSource Class
Stores information that identifies a specific hosted service event source.
Namespace: Dpws.Device.Services
Assembly: MFDpwsDevice (in mfdpwsdevice.dll)
You must create an DpwsWseEventSource object for each event in a hosted service you want
to expose to a DPWS client. The event source object must then be added to the hosted service
event source collection to register it with the device services. When a client subscribes
to an event the subscription manager uses this class to validate and create an event subscription
for the event source. The properties of this class represent the event type in an event
subscription request.