Click or drag to resize

ContextFactoryCreateXpe Method

version: 10.22.0
Creates an Xpath expression (XPE) with the specified parameters.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
C#
public IXpe CreateXpe(
	XpeProperties xpeProperties
)

Parameters

xpeProperties
Type: SolaceSystems.Solclient.MessagingXpeProperties
Xpe Properties XpeProperties

Return Value

Type: IXpe
Returns an Xpath expression (XPE) with the specified parameters
See Also