C# Class Microsoft.WindowsAzure.Commands.Storage.File.Cmdlet.StopAzureStorageFileCopyCommand

Inheritance: AzureStorageFileCmdletBase
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description
ExecuteCmdlet void
StopCopyFile System.Threading.Tasks.Task

Protected Methods

Method Description
BeginProcessing ( ) : void

Private Methods

Method Description
ExecuteCmdlet ( ) : void
StopCopyFile ( long taskId, IStorageFileManagement localChannel, Microsoft.WindowsAzure.Storage.File.CloudFile file, string copyId ) : System.Threading.Tasks.Task

Stop copy operation by CloudBlob object

Method Details

BeginProcessing() protected method

protected BeginProcessing ( ) : void
return void