Click or drag to resize

AmiServiceBehaviorDownloadLog Method

Download the log contents as a stream

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

Parameters

logId
Type: SystemString

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

Return Value

Type: Stream

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

Implements

IAmiServiceContractDownloadLog(String)
See Also