Click or drag to resize

AmiServiceBehaviorBaseDownloadLog 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: SystemString

[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

IAmiServiceContractDownloadLog(String)
See Also