10.24.0

IXpe Interface

Represents an Xpath expression.

Definition

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

Properties

ConsumerId The consumer id associated with the Xpe. This is used mainly to de-multiplex at the subscriber. The default is NULL_CONSUMERID.
Expression The Xpath expression.
Filter If true, the Xpe is a filter.
Namespaces The namespaces referenced in the Expression.

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)

See Also