Removes an interaction from an ELS server.

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 PublishReturnCodeType RemoveInteraction(
	InteractionType request
)
Visual Basic
Public Function RemoveInteraction ( _
	request As InteractionType _
) As PublishReturnCodeType
Visual C++
public:
PublishReturnCodeType RemoveInteraction(
	InteractionType^ request
)

Parameters

request
Type: InteractionType
Information specifying the interaction to remove.
  • serviceCategory (Mandatory): The service category of the interaction to be removed.
  • serviceInterface (Mandatory): The service interface of the interaction to be removed.
  • serviceEndpoint (Mandatory): The service endpoint of the interaction to be removed.
  • serviceProvider (Mandatory): The service provider of the interaction to be removed.
  • target (Mandatory): The qualified HPIO for the target organisation of the interaction to be removed.
  • certRef (Optional): The certificate references of the interaction to be removed.

Return Value

Value indicating if the operation is successful.

See Also