Solclient
IXpe Interface |
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
The IXpe type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) |
Properties
Name | Description | |
---|---|---|
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.
|
See Also