IWsCloudStorageGetJobs Method
|
Get a list of Job and income associated with the account indicated. By the method GetJobs (), you can get a list of objects of class Job representing the operations currently in the Running state and Waiting and going to work on the different resources.
Namespace:
Aruba.Cloud.WsCloudStorage
Assembly:
WsCloudStorage (in WsCloudStorage.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
WsResult<List<CloudStorageJob>> GetJobs()
<OperationContractAttribute>
Function GetJobs As WsResult(Of List(Of CloudStorageJob))
[OperationContractAttribute]
WsResult<List<CloudStorageJob^>^>^ GetJobs()
[<OperationContractAttribute>]
abstract GetJobs : unit -> WsResult<List<CloudStorageJob>>
function GetJobs() : WsResult<List<CloudStorageJob>>
Return Value
Type:
WsResultListCloudStorageJob
See Also