BeginReadBoolean() public method

public BeginReadBoolean ( long offset, AsyncCallback callback, object state ) : IAsyncResult
offset long
callback AsyncCallback
state object
return IAsyncResult
Ejemplo n.º 1
0
 private IAsyncResult BeginReadSavedState(VhdPropertyAttribute attribute, AsyncCallback callback, object state)
 {
     return(dataReader.BeginReadBoolean(this.GetFooterOffset() + attribute.Offset, callback, state));
 }