VhdDataReader.BeginReadBytes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BeginReadBytes(Int32, AsyncCallback, Object) | |
BeginReadBytes(Int64, Int32, AsyncCallback, Object) |
BeginReadBytes(Int32, AsyncCallback, Object)
public IAsyncResult BeginReadBytes (int count, AsyncCallback callback, object state);
member this.BeginReadBytes : int * AsyncCallback * obj -> IAsyncResult
Public Function BeginReadBytes (count As Integer, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- count
- Int32
- callback
- AsyncCallback
- state
- Object
Returns
Applies to
BeginReadBytes(Int64, Int32, AsyncCallback, Object)
public IAsyncResult BeginReadBytes (long offset, int count, AsyncCallback callback, object state);
member this.BeginReadBytes : int64 * int * AsyncCallback * obj -> IAsyncResult
Public Function BeginReadBytes (offset As Long, count As Integer, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- offset
- Int64
- count
- Int32
- callback
- AsyncCallback
- state
- Object