Click or drag to resize

IRestClientLockTResult Method

Lock the specified resource

Namespace:  SanteDB.Core.Http
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
TResult Lock<TResult>(
	string url
)

Parameters

url
Type: SystemString
The resource URL to lock

Type Parameters

TResult
The type of result expected from the server

Return Value

Type: TResult

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

See Also