| AmiServiceClientGetDevice Method |
Gets a specific device.
Namespace:
SanteDB.Messaging.AMI.Client
Assembly:
SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax public SecurityDeviceInfo GetDevice(
Guid id
)
Public Function GetDevice (
id As Guid
) As SecurityDeviceInfo
public:
SecurityDeviceInfo^ GetDevice(
Guid id
)
member GetDevice :
id : Guid -> SecurityDeviceInfo
Parameters
- id
- Type: SystemGuid
The identifier.
Return Value
Type:
SecurityDeviceInfoReturns the security device.
See Also