Deliver a Sealed Message to a Receiver or Intermediary and receive an immediate response in return.
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(
SealedMessageType message,
Uri endpointUrl
) |
Visual Basic |
---|
Public Function Deliver ( _
message As SealedMessageType, _
endpointUrl As Uri _
) As deliverResponse |
Visual C++ |
---|
public:
deliverResponse^ Deliver(
SealedMessageType^ message,
Uri^ endpointUrl
) |
Parameters
- message
- Type: SealedMessageType
The encrypted payload to deliver.
- endpointUrl
- Type: System..::..Uri
The endpoint of the destination endpoint service.
Return Value
Acknowledgement on the deliver operation.
See Also