Click or drag to resize

AmiServiceClientUpdateDevice Method

Updates a device.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public SecurityDeviceInfo UpdateDevice(
	Guid deviceId,
	SecurityDeviceInfo deviceInfo
)

Parameters

deviceId
Type: SystemGuid
The id of the device to be updated.
deviceInfo
Type: SanteDB.Core.Model.AMI.AuthSecurityDeviceInfo
The device containing the updated information.

Return Value

Type: SecurityDeviceInfo
Returns the updated device.
See Also