| 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
)
Public Function UpdateDevice (
deviceId As Guid,
deviceInfo As SecurityDeviceInfo
) As SecurityDeviceInfo
public:
SecurityDeviceInfo^ UpdateDevice(
Guid deviceId,
SecurityDeviceInfo^ deviceInfo
)
member UpdateDevice :
deviceId : Guid *
deviceInfo : SecurityDeviceInfo -> SecurityDeviceInfo
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:
SecurityDeviceInfoReturns the updated device.
See Also