Mark a set of Transport Responses as retrieved. Retrieved transport should not be returned
in subsequent retrieve operations unless the allAvailable flag is specified.
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 RemoveResultType[] Remove(
remove removeRequest,
Uri endpointUrl
) |
Visual Basic |
---|
Public Function Remove ( _
removeRequest As remove, _
endpointUrl As Uri _
) As RemoveResultType() |
Visual C++ |
---|
public:
array<RemoveResultType^>^ Remove(
remove^ removeRequest,
Uri^ endpointUrl
) |
Parameters
- removeRequest
- Type: remove
Specify the transport responses to be removed.
- endpointUrl
- Type: System..::..Uri
The endpoint URL for the TRR service.
Return Value
A list of results indicating if the operation is successful.
See Also