Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation to abort an ongoing blob copy operation.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
Task AbortCopyAsync(
	string copyId
)
 
Task^ AbortCopyAsync(
	String^ copyId
)
 
abstract AbortCopyAsync : 
        copyId:string -> Task
 
Function AbortCopyAsync (
	copyId As String
) As Task

Parameters

copyId
Type: System.StringSystem::String^System.StringSystem.String

A string identifying the copy operation.

Return to top