Queries an ELS server for interactions for a target organisation.

Namespace: Nehta.VendorLibrary.SM.ELS
Assembly: Nehta.VendorLibrary.SM.ELS (in Nehta.VendorLibrary.SM.ELS.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#
public InteractionType[] ListInteractions(
	InteractionRequestType request
)
Visual Basic
Public Function ListInteractions ( _
	request As InteractionRequestType _
) As InteractionType()
Visual C++
public:
array<InteractionType^>^ ListInteractions(
	InteractionRequestType^ request
)

Parameters

request
Type: InteractionRequestType
Information specifying the interactions to match.
  • serviceCategory (Mandatory): The service categories that should be matched.
  • serviceInterface (Optional): The service interface of the interaction to be added.
  • target (Mandatory): The qualified HPIO for the target organisation.

Return Value

List of interaction types matching the query.

See Also