This topic has not yet been rated - Rate this topic

CloudBlobClient.ResponseReceived Event

Occurs when a response is received from the server.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim instance As CloudBlobClient
Dim handler As EventHandler(Of ResponseReceivedEventArgs)

AddHandler instance.ResponseReceived, handler

public event EventHandler<ResponseReceivedEventArgs> ResponseReceived
/** @event */
public void add_ResponseReceived (EventHandler<ResponseReceivedEventArgs> value)

/** @event */
public void remove_ResponseReceived (EventHandler<ResponseReceivedEventArgs> value)

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter