C# Class Microsoft.Azure.Commands.RecoveryServices.Backup.Helpers.TrackingHelpers

Mostrar archivo Open project: Azure/azure-powershell

Public Methods

Method Description
WaitForOperationCompletionUsingStatusLink ( string statusUrlLink, BackUpOperationStatusResponse>.Func serviceClientMethod ) : Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackUpOperationStatusResponse

Block to track the operation to completion. Waits till the status of the operation becomes something other than InProgress.

Method Details

WaitForOperationCompletionUsingStatusLink() public static method

Block to track the operation to completion. Waits till the status of the operation becomes something other than InProgress.
public static WaitForOperationCompletionUsingStatusLink ( string statusUrlLink, BackUpOperationStatusResponse>.Func serviceClientMethod ) : Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackUpOperationStatusResponse
statusUrlLink string
serviceClientMethod BackUpOperationStatusResponse>.Func
return Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackUpOperationStatusResponse