| RestClientBaseDeleteTResult Method |
Executes an HTTP delete operation on the server
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax public TResult Delete<TResult>(
string url
)
Public Function Delete(Of TResult) (
url As String
) As TResult
public:
generic<typename TResult>
virtual TResult Delete(
String^ url
) sealed
abstract Delete :
url : string -> 'TResult
override Delete :
url : string -> 'TResult
Parameters
- url
- Type: SystemString
The resource URL which should be executed against
Type Parameters
- TResult
- The expected response type from the server
Return Value
Type:
TResultThe response from the server
Implements
IRestClientDeleteTResult(String)See Also