Click or drag to resize

UpstreamResourceCheckoutServiceCheckinT Method

Release the lock on the specified key

Namespace: SanteDB.Client.Upstream.Repositories
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public bool Checkin<T>(
	Guid key
)

Parameters

key  Guid

[Missing <param name="key"/> documentation for "M:SanteDB.Client.Upstream.Repositories.UpstreamResourceCheckoutService.Checkin``1(System.Guid)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:SanteDB.Client.Upstream.Repositories.UpstreamResourceCheckoutService.Checkin``1(System.Guid)"]

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Repositories.UpstreamResourceCheckoutService.Checkin``1(System.Guid)"]

Implements

IResourceCheckoutServiceCheckinT(Guid)
See Also