Click or drag to resize

AmiServiceClientGetApplication Method

Gets a specific application.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public SecurityApplicationInfo GetApplication(
	Guid id
)

Parameters

id
Type: SystemGuid
The id of the application to retrieve.

Return Value

Type: SecurityApplicationInfo
Returns the application.
See Also