Deliver one or more Transport Responses to a Sender, Sender Intermediary or Receiver Intermediary.
Namespace: Nehta.VendorLibrary.SM.SMDAssembly: 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
) |
Return Value
A value indicating if the operation is successful.
See Also