Retrieve a list of Transport Responses.
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 TransportResponseListType Retrieve(
retrieve retrieveRequest,
Uri endpointUrl
) |
Visual Basic |
---|
Public Function Retrieve ( _
retrieveRequest As retrieve, _
endpointUrl As Uri _
) As TransportResponseListType |
Visual C++ |
---|
public:
TransportResponseListType^ Retrieve(
retrieve^ retrieveRequest,
Uri^ endpointUrl
) |
Parameters
- retrieveRequest
- Type: retrieve
The parameters for the retrieve operation.
- endpointUrl
- Type: System..::..Uri
The endpoint URL for the TRR service.
Return Value
A list of available responses.
See Also