Partager via


VhdDataReader.BeginReadBytes Method

Definition

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

Returns

Applies to