C#
C++
F#
VB
CloudPageBlob.::..EndGetPageRangesDiff Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to return the collection of page ranges that differ between a specified snapshot and this object.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Public Function EndGetPageRangesDiff ( asyncResult As IAsyncResult ) As IEnumerable(Of PageDiffRange)
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: System.Collections.Generic.IEnumerable<PageDiffRange>System.Collections.Generic::IEnumerable<PageDiffRange^>^System.Collections.Generic.IEnumerable<PageDiffRange>System.Collections.Generic.IEnumerable(Of PageDiffRange)An enumerable collection of page ranges.