| 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
)
Public MustOverride Function DownloadLog (
logId As String
) As Stream
public:
virtual Stream^ DownloadLog(
String^ logId
) abstract
abstract DownloadLog :
logId : string -> Stream
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