Get a list of messages that are available for retrieval.
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 MessageListType List(
list listRequest,
Uri endpointUrl
) |
Visual Basic |
---|
Public Function List ( _
listRequest As list, _
endpointUrl As Uri _
) As MessageListType |
Visual C++ |
---|
public:
MessageListType^ List(
list^ listRequest,
Uri^ endpointUrl
) |
Parameters
- listRequest
- Type: list
The parameters for the list operation.
- endpointUrl
- Type: System..::..Uri
The endpoint URL for the SMR service.
Return Value
A list of available messages.
See Also