Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation to create an append blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, use CreateOrReplaceAsync.

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task CreateOrReplaceAsync(
	CancellationToken cancellationToken
)
 
public:
[DoesServiceRequestAttribute]
virtual Task^ CreateOrReplaceAsync(
	CancellationToken cancellationToken
)
 
[<DoesServiceRequestAttribute>]
abstract CreateOrReplaceAsync : 
        cancellationToken:CancellationToken -> Task
[<DoesServiceRequestAttribute>]
override CreateOrReplaceAsync : 
        cancellationToken:CancellationToken -> Task
 
<DoesServiceRequestAttribute>
Public Overridable Function CreateOrReplaceAsync (
	cancellationToken As CancellationToken
) As Task
Return to top