Deliver one or more Transport Responses to a Sender, Sender Intermediary or Receiver Intermediary.

Namespace: Nehta.VendorLibrary.SM.SMD
Assembly: Nehta.VendorLibrary.SM.SMD (in Nehta.VendorLibrary.SM.SMD.dll) Version: 1.0.5.0 (1.0.5.0)

Syntax

C#
public deliverResponse Deliver(
	List<TransportResponseType> responses,
	Uri endpointUrl
)
Visual Basic
Public Function Deliver ( _
	responses As List(Of TransportResponseType), _
	endpointUrl As Uri _
) As deliverResponse
Visual C++
public:
deliverResponse^ Deliver(
	List<TransportResponseType^>^ responses, 
	Uri^ endpointUrl
)

Parameters

responses
Type: System.Collections.Generic..::..List<(Of <(<'TransportResponseType>)>)>
The list of Transport Responses to deliver.
endpointUrl
Type: System..::..Uri
The endpoint of the TRD service.

Return Value

A value indicating if the operation is successful.

See Also