Click or drag to resize

IXpe Interface

version: 10.20.0
Represents an Xpath expression.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.20.0
Syntax
C#
public interface IXpe : ISubscription, IDisposable

The IXpe type exposes the following members.

Properties
  NameDescription
Public propertyConsumerId
The consumer id associated with the Xpe. This is used mainly to de-multiplex at the subscriber. The default is NULL_CONSUMERID.
Public propertyExpression
The Xpath expression.
Public propertyFilter
If true, the Xpe is a filter.
Public propertyNamespaces
The namespaces referenced in the Expression.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also