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