Click or drag to resize

IRestClientGetTResult(String) Method

Gets the specified item

Namespace: SanteDB.Core.Http
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
TResult Get<TResult>(
	string url
)

Parameters

url  String

[Missing <param name="url"/> documentation for "M:SanteDB.Core.Http.IRestClient.Get``1(System.String)"]

Type Parameters

TResult
The type of model item to retrieve

Return Value

TResult

[Missing <returns> documentation for "M:SanteDB.Core.Http.IRestClient.Get``1(System.String)"]

See Also