Solclient
ContextFactoryCreateXpe Method |
Creates an Xpath expression (XPE) with the specified parameters.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public IXpe CreateXpe( XpeProperties xpeProperties )
Public Function CreateXpe ( xpeProperties As XpeProperties ) As IXpe
public: IXpe^ CreateXpe( XpeProperties^ xpeProperties )
Parameters
- xpeProperties
- Type: SolaceSystems.Solclient.MessagingXpeProperties
Xpe Properties XpeProperties
Return Value
Type: IXpeReturns an Xpath expression (XPE) with the specified parameters
See Also