Adds an interaction to an ELS server.
Namespace: Nehta.VendorLibrary.SM.ELSAssembly: Nehta.VendorLibrary.SM.ELS (in Nehta.VendorLibrary.SM.ELS.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax
C# |
---|
public PublishReturnCodeType AddInteraction(
InteractionType request
) |
Visual Basic |
---|
Public Function AddInteraction ( _
request As InteractionType _
) As PublishReturnCodeType |
Visual C++ |
---|
public:
PublishReturnCodeType AddInteraction(
InteractionType^ request
) |
Parameters
- request
- Type: InteractionType
Information specifying the interaction to add.
- serviceCategory (Mandatory): The service category of the interaction to be added.
- serviceInterface (Mandatory): The service interface of the interaction to be added.
- serviceEndpoint (Mandatory): The service endpoint of the interaction to be added.
- serviceProvider (Mandatory): The service provider of the interaction to be added.
- target (Mandatory): The qualified HPIO for the target organisation of the interaction to be added.
- certRef (Optional): The certificate references of the interaction to be added.
Return Value
Value indicating if the operation is successful.
See Also