BeginReadUInt64() public méthode

public BeginReadUInt64 ( long offset, AsyncCallback callback, object state ) : IAsyncResult
offset long
callback AsyncCallback
state object
Résultat IAsyncResult
 private IAsyncResult BeginReadPhysicalSize(VhdPropertyAttribute attribute, AsyncCallback callback, object state)
 {
     return(dataReader.BeginReadUInt64(this.GetFooterOffset() + attribute.Offset, callback, state));
 }
 private IAsyncResult BeginReadDataOffset(VhdPropertyAttribute attribute, AsyncCallback callback, object state)
 {
     return(dataReader.BeginReadUInt64(headerOffset + attribute.Offset, callback, state));
 }