public BeginUploadFromStream ( Stream source, AsyncCallback callback, object state ) : IAsyncResult | ||
source | Stream | The stream providing the blob content. |
callback | AsyncCallback | The callback delegate that will receive notification when the asynchronous operation completes. |
state | object | A user-defined object that will be passed to the callback delegate. |
return | IAsyncResult |