10.24.0

XpeProperties Class

Defines Xpe properties; passed into Xpe factory method.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
[SerializableAttribute]
public class XpeProperties
Inheritance
Object    XpeProperties

Constructors

XpePropertiesInitializes a new instance of the XpeProperties class

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 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).

Methods

Clone Creates a new object that is a deep copy of the current instance.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Returns a String that represents the current Object.
(Overrides ObjectToString)

Fields

NULL_CONSUMERID Null consumer id

See Also