Click or drag to resize

AmiServiceBehaviorGetLog Method

Get a single log file from the service

Namespace:  SanteDB.DisconnectedClient.Ags.Services
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public override LogFileInfo GetLog(
	string logId
)

Parameters

logId
Type: SystemString

[Missing <param name="logId"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.GetLog(System.String)"]

Return Value

Type: LogFileInfo

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.GetLog(System.String)"]

Implements

IAmiServiceContractGetLog(String)
See Also