Deliver a Sealed Message to a Receiver or 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(
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 message to deliver.
- endpointUrl
- Type: System..::..Uri
The endpoint of the SMD service.
Return Value
A value indicating if the operation is successful.
See Also