| AmiServiceClientDeleteDevice Method |
Deletes 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 DeleteDevice(
Guid id
)
Public Function DeleteDevice (
id As Guid
) As SecurityDeviceInfo
public:
SecurityDeviceInfo^ DeleteDevice(
Guid id
)
member DeleteDevice :
id : Guid -> SecurityDeviceInfo
Parameters
- id
- Type: SystemGuid
The id of the device to be deleted.
Return Value
Type:
SecurityDeviceInfoReturns the deleted device.
See Also