BlobCreatorBase.GetDataWithRangesToUpload(FileInfo, UploadContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected static System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Commands.Sync.Upload.DataWithRange> GetDataWithRangesToUpload (System.IO.FileInfo vhdFile, Microsoft.WindowsAzure.Commands.Sync.Upload.UploadContext context);
static member GetDataWithRangesToUpload : System.IO.FileInfo * Microsoft.WindowsAzure.Commands.Sync.Upload.UploadContext -> seq<Microsoft.WindowsAzure.Commands.Sync.Upload.DataWithRange>
Protected Shared Iterator Function GetDataWithRangesToUpload (vhdFile As FileInfo, context As UploadContext) As IEnumerable(Of DataWithRange)
Parameters
- vhdFile
- FileInfo
- context
- UploadContext