| AmiServiceBehaviorBaseGetLogs Method |
Get log files on the server and their sizes.
Namespace:
SanteDB.Messaging.AMI.Wcf
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax public abstract AmiCollection GetLogs()
Public MustOverride Function GetLogs As AmiCollection
public:
virtual AmiCollection^ GetLogs() abstract
abstract GetLogs : unit -> AmiCollection
Return Value
Type:
AmiCollectionReturns a collection of log files.
Implements
IAmiServiceContractGetLogsSee Also