Click or drag to resize

AmiServiceBehaviorBase.DownloadLog Method

Get the log stream

Namespace:  SanteDB.Messaging.AMI.Wcf
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public abstract Stream DownloadLog(
	string logId
)

Parameters

logId
Type: System.String

[Missing <param name="logId"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.DownloadLog(System.String)"]

Return Value

Type: Stream

[Missing <returns> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.DownloadLog(System.String)"]

Implements

IAmiServiceContract.DownloadLog(String)
See Also