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 | |
---|---|---|
DpwsWseSubscriptionMgr | Initializes a new instance of the DpwsWseSubscriptionMgr class. |
Top
Properties
Name | Description | |
---|---|---|
PersistEventConnections | Gets or sets the value that indicates whether to persist the TCP connection for registered event handlers. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FireEvent | Raises an event. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetStatus | Retrieves a GetStatus response. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Renew | Retrieves a Renew response. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
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.