This topic has not yet been rated - Rate this topic

DpwsWseEventSource Class

Stores information that identifies a specific hosted service event source.

Namespace: Dpws.Device.Services
Assembly: MFDpwsDevice (in mfdpwsdevice.dll)


public class DpwsWseEventSource

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.

Available in .NET Micro Framework version 2.5

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.