| IRestClientDeleteTResult Method |
Deletes the specified object
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax TResult Delete<TResult>(
string url
)
Function Delete(Of TResult) (
url As String
) As TResult
generic<typename TResult>
TResult Delete(
String^ url
)
abstract Delete :
url : string -> 'TResult
Parameters
- url
- Type: SystemString
The URL to execute the HTTP DELETE command against
Type Parameters
- TResult
- The type of result expected from the server
Return Value
Type:
TResult[Missing <returns> documentation for "M:SanteDB.Core.Http.IRestClient.Delete``1(System.String)"]
See Also