IXpe Interface

Solclient

IXpe Interface
version: 7.2.1.27
Represents an Xpath expression.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public interface IXpe : ISubscription, IDisposable
Public Interface IXpe
	Inherits ISubscription, IDisposable
public interface class IXpe : ISubscription, 
	IDisposable

The IXpe type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
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
See Also