Example #1
0
 private IAsyncResult BeginReadUniqueId(VhdPropertyAttribute attribute, AsyncCallback callback, object state)
 {
     return(dataReader.BeginReadGuid(this.GetFooterOffset() + attribute.Offset, callback, state));
 }
Example #2
0
 private IAsyncResult BeginReadParentUniqueId(VhdPropertyAttribute attribute, AsyncCallback callback, object state)
 {
     return(dataReader.BeginReadGuid(headerOffset + attribute.Offset, callback, state));
 }