XpeProperties Class
From Solclient
Solclient
| XpeProperties Class |
Defines Xpe properties; passed into Xpe factory method.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
The XpeProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| XpeProperties | Initializes a new instance of the XpeProperties class |
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a deep copy of the current instance.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
Returns a String that represents the current Object.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| NULL_CONSUMERID |
Null consumer id
|
| 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 to subscribe to.
| |
| IsFilter |
If this value is set true, the Xpe becomes a filter.
| |
| Namespaces |
Represents the manifest of namespaces used in this key. Key is the namespace
alias and the value is its id (usually a uri).
|