IWsCloudStorageGetLogs Method
|
Returns the list of error log messages. This method can be used to obtain debug information as a result of a call to the methods of the web service. GetLogs can be used only after passing the authentication phase. It allowed indicate a time interval, to limit to a specific period of time the extraction of information.
Namespace:
Aruba.Cloud.WsCloudStorage
Assembly:
WsCloudStorage (in WsCloudStorage.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
WsResult<List<CloudStorageLog>> GetLogs(
DateTime from,
DateTime to
)
<OperationContractAttribute>
Function GetLogs (
from As DateTime,
to As DateTime
) As WsResult(Of List(Of CloudStorageLog))
[OperationContractAttribute]
WsResult<List<CloudStorageLog^>^>^ GetLogs(
DateTime from,
DateTime to
)
[<OperationContractAttribute>]
abstract GetLogs :
from : DateTime *
to : DateTime -> WsResult<List<CloudStorageLog>>
function GetLogs(
from : DateTime,
to : DateTime
) : WsResult<List<CloudStorageLog>>
Parameters
- from
- Type: SystemDateTime
- to
- Type: SystemDateTime
Return Value
Type:
WsResultListCloudStorageLog
See Also