Share via


DpwsWseSubscriptionMgr Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Raises a hosted service event to active event sinks.

Inheritance Hierarchy

System. . :: . .Object
  Dpws.Device.Services..::..DpwsWseSubscriptionMgr

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

Syntax

'Declaration
Public Class DpwsWseSubscriptionMgr
public class DpwsWseSubscriptionMgr
public ref class DpwsWseSubscriptionMgr
type DpwsWseSubscriptionMgr =  class end
public class DpwsWseSubscriptionMgr

The DpwsWseSubscriptionMgr type exposes the following members.

Constructors

  Name Description
Public method DpwsWseSubscriptionMgr Initializes a new instance of the DpwsWseSubscriptionMgr class.

Top

Properties

  Name Description
Public property PersistEventConnections Gets or sets the value that indicates whether to persist the TCP connection for registered event handlers.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method FireEvent Raises an event.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetStatus Retrieves a GetStatus response.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Renew Retrieves a Renew response.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Unsubscribe Retrieves an Unsubscribe response.

Top

Remarks

The device stack uses this class to manage event subscriptions. A device developer uses this class to send an event message to clients that have an active event subscription with an event source.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Dpws.Device.Services Namespace