| AmiServiceClientGetDevices Method |
Gets a list of devices.
Namespace:
SanteDB.Messaging.AMI.Client
Assembly:
SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax public AmiCollection GetDevices(
Expression<Func<SecurityDevice, bool>> query
)
Public Function GetDevices (
query As Expression(Of Func(Of SecurityDevice, Boolean))
) As AmiCollection
public:
AmiCollection^ GetDevices(
Expression<Func<SecurityDevice^, bool>^>^ query
)
member GetDevices :
query : Expression<Func<SecurityDevice, bool>> -> AmiCollection
Parameters
- query
- Type: System.Linq.ExpressionsExpressionFuncSecurityDevice, Boolean
The query expression to use to find the devices.
Return Value
Type:
AmiCollectionReturns a collection of devices which match the specified query.
See Also