Retrieve a list of Sealed Messages.

Namespace: Nehta.VendorLibrary.SM.SMD
Assembly: Nehta.VendorLibrary.SM.SMD (in Nehta.VendorLibrary.SM.SMD.dll) Version: 1.0.5.0 (1.0.5.0)

Syntax

C#
public SealedMessageType[] Retrieve(
	retrieve retrieveRequest,
	Uri endpointUrl
)
Visual Basic
Public Function Retrieve ( _
	retrieveRequest As retrieve, _
	endpointUrl As Uri _
) As SealedMessageType()
Visual C++
public:
array<SealedMessageType^>^ Retrieve(
	retrieve^ retrieveRequest, 
	Uri^ endpointUrl
)

Parameters

retrieveRequest
Type: retrieve
The parameters for the retrieve operation.
endpointUrl
Type: System..::..Uri
The endpoint URL for the SMR service.

Return Value

A list of Sealed Messages.

See Also