| AmiServiceBehaviorGetLog Method |
Get a single log file from the service
Namespace:
SanteDB.DisconnectedClient.Ags.Services
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public override LogFileInfo GetLog(
string logId
)
Public Overrides Function GetLog (
logId As String
) As LogFileInfo
public:
virtual LogFileInfo^ GetLog(
String^ logId
) override
abstract GetLog :
logId : string -> LogFileInfo
override GetLog :
logId : string -> LogFileInfo
Parameters
- logId
- Type: SystemString
[Missing <param name="logId"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.GetLog(System.String)"]
Return Value
Type:
LogFileInfo[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.GetLog(System.String)"]
Implements
IAmiServiceContractGetLog(String)See Also