Hello,
I'm trying to implement/follow this example in
vb.net, but the following methods (at bold) don't work or appear to be apart of ru object, consequently this don't work in vb.net...
...
// Set up resumable uploader and notifications
ResumableUploader ru = new ResumableUploader(CHUNK_SIZE);
ru.AsyncOperationCompleted += new AsyncOperationCompletedEventHandler(this.OnDone);
ru.AsyncOperationProgress += new AsyncOperationProgressEventHandler(this.OnProgress);
...
Source:
http://code.google.com/apis/gdata/docs/resumable_upload.html