BeginReadBoolean() public méthode

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